-
Notifications
You must be signed in to change notification settings - Fork 224
Compiling
ann0see edited this page Sep 9, 2020
·
21 revisions
Home > Compiling (for geeks and Linux users)
Please refer to the client installation page or these instructions if you wish to compile a headless server
- 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
Required software: QT, a compiler like Visual Studio, ASIO development files
- copy ASIO development files in jamulus/windows directory so that, e.g., the directory jamulus/windows/ASIOSDK2/common exists
- open Jamulus.pro in Qt Creator and compile & run
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.