We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was able to build this on MacOS as well and it would be good to add the following to the project readme
MacOS in the project directory create a build directory and change into the directory, then run cmake and then make.
git clone --depth 1 https://github.com/Raais/ImStudio.git cd ImStudio mkdir build cd build cmake .. make
The resulting ImStudio.app application will be found in
project-root/build/src/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was able to build this on MacOS as well and it would be good to add the following to the project readme
MacOS
in the project directory create a build directory and change into the directory, then run cmake and then make.
The resulting ImStudio.app application will be found in
The text was updated successfully, but these errors were encountered: