diff --git a/INSTALL b/INSTALL index a2578d32..a9f524ab 100755 --- a/INSTALL +++ b/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