From fd2ca634be7902b7b861fea8d51bf5b3aac4ad36 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 8 Oct 2010 11:23:35 +0200 Subject: Makefile uses GNU make extension => gmake --- INSTALL | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 60f2a80..da856e7 100644 --- a/INSTALL +++ b/INSTALL @@ -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 -- cgit v1.2.3