fixes
This commit is contained in:
parent
196f0ff477
commit
575ebca4d6
1 changed files with 10 additions and 9 deletions
19
INSTALL
19
INSTALL
|
@ -29,21 +29,23 @@ Windows:
|
|||
Rquired software: QT, a compiler like Visual Studio, ASIO development files
|
||||
|
||||
- copy ASIO development files in llcon/windows directory so that, e.g., the
|
||||
directory llcon\windows\ASIOSDK2\common exists
|
||||
- open llcon.pro in Qt Creator and compile
|
||||
directory llcon/windows/ASIOSDK2/common exists
|
||||
- open Jamulus.pro in Qt Creator and compile & run
|
||||
|
||||
|
||||
Linux:
|
||||
------
|
||||
|
||||
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 llcon.pro
|
||||
- qmake Jamulus.pro
|
||||
- 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.
|
||||
|
||||
|
||||
|
@ -52,6 +54,5 @@ Mac:
|
|||
|
||||
Download and install Apple Xcode and QT SDK for Mac.
|
||||
|
||||
- cd llcon
|
||||
- qmake llcon.pro
|
||||
- open llcon.xcodeproj and compile & run
|
||||
- qmake Jamulus.pro
|
||||
- open Jamulus.xcodeproj and compile & run
|
||||
|
|
Loading…
Reference in a new issue