Skip to content
New issue

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

MacOS build instructions #20

Open
JeremyMain opened this issue Nov 22, 2023 · 0 comments
Open

MacOS build instructions #20

JeremyMain opened this issue Nov 22, 2023 · 0 comments

Comments

@JeremyMain
Copy link

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant