-
Notifications
You must be signed in to change notification settings - Fork 224
Compiling
Jonathan edited this page Apr 19, 2020
·
21 revisions
Home > Compiling (only for geeks)
- Install XCode
- Install QT as follow
brew install qt5
brew link qt5 --force
qmake -spec macx-xcode Jamulus.pro
xcodebuild -list -project Jamulus.xcodeproj
will prompt
Targets:
Jamulus
Qt Preprocess
Build Configurations:
Debug
Release
If no build configuration is specified and -scheme is not passed then "Release" is used.
Schemes:
Jamulus
xcodebuild build
Will build the file and make it available in ./Release/Jamulus.app
See hints
- in the INSTALL.md file
- in the travis.yml file
See hints
- in the INSTALL.md file
- in the travis.yml file
For Windows, Macintosh and Linux
-
Get detailed help with the Jamulus Help Manual
-
Got a question or problem not covered here? Have a feature request? Try the discussions forums
-
Found a bug? Please post these to Github Issues
If you have a couple of minutes, please fill out our anonymous survey!
This wiki is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.