This commit is contained in:
Volker Fischer 2013-03-24 11:09:09 +00:00
parent 196f0ff477
commit 575ebca4d6

19
INSTALL
View File

@ -29,21 +29,23 @@ Windows:
Rquired software: QT, a compiler like Visual Studio, ASIO development files Rquired software: QT, a compiler like Visual Studio, ASIO development files
- copy ASIO development files in llcon/windows directory so that, e.g., the - copy ASIO development files in llcon/windows directory so that, e.g., the
directory llcon\windows\ASIOSDK2\common exists directory llcon/windows/ASIOSDK2/common exists
- open llcon.pro in Qt Creator and compile - open Jamulus.pro in Qt Creator and compile & run
Linux: Linux:
------ ------
Required packages: QT4 (devel packages, too!), Jack (devel packages, too!) Required packages: QT4 (devel packages, too!), Jack (devel packages, too!)
On the most common Linux distributions, the following
command should prepare the system for compilation:
sudo apt-get install build-essential libqt4-dev libjack-dev
- cd llcon - qmake Jamulus.pro
- qmake llcon.pro
- make - make
- run ./llcon - run ./Jamulus
Use qmake "CONFIG+=nosound" llcon.pro for pure server installation which Use qmake "CONFIG+=nosound" Jamulus.pro for pure server installation which
does not require the Jack packages. does not require the Jack packages.
@ -52,6 +54,5 @@ Mac:
Download and install Apple Xcode and QT SDK for Mac. Download and install Apple Xcode and QT SDK for Mac.
- cd llcon - qmake Jamulus.pro
- qmake llcon.pro - open Jamulus.xcodeproj and compile & run
- open llcon.xcodeproj and compile & run