diff options
-rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -4,7 +4,7 @@ Install Dependencies ------------ -make +gmake libao http://www.xiph.org/ao/ libfaad2 http://www.audiocoding.com/downloads.html AND/OR libmad http://www.underbit.com/products/mad/ @@ -16,7 +16,7 @@ Building If you have all of the dependencies listed above just type - make clean && make + gmake clean && gmake You can run the client directly from the source directory now @@ -24,18 +24,18 @@ You can run the client directly from the source directory now Or install it by issuing - make install + gmake install In case you don't want to install libmad OR libfaad you probably want to disable one of them: - make clean && make DISABLE_FAAD=1 + gmake clean && gmake DISABLE_FAAD=1 or - make clean && make DISABLE_MAD=1 + gmake clean && gmake DISABLE_MAD=1 libpiano can be built and installed by running - make clean && make libpiano && make install-libpiano + gmake clean && gmake libpiano && gmake install-libpiano |