-
Notifications
You must be signed in to change notification settings - Fork 78
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
How to run this under OSX? #6
Comments
+1 *BSD/Linux/Solaris? |
Here's how I got this to build on macOS Catalina with Xcode 11.4:
Build the project! If all goes well, Xcode should say "Build Succeeded" Within the Project navigator, under the Products folder, you'll see the executable. Right click on it and "Show in Finder" to find it. Copy this file to wherever you want to use it. To run it in a terminal, you may need to change its access permissions first. For example if the executable is called |
g++ juce_core_amalgam.cpp Amalgamate.cpp -o amalgamate -lstdc++ -lpthread -ldl |
So far, you only provide visual studio build settings. What steps would be necessary to compile this under OSX?
The text was updated successfully, but these errors were encountered: