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
|
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
|
|
||||||
|
|
Loading…
Reference in a new issue