|
From: Martin R. <ru...@us...> - 2009-03-24 18:55:46
|
Update of /cvsroot/foo/foo In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16357 Modified Files: README Log Message: adjusted readme to new default paths in configure.ac Index: README =================================================================== RCS file: /cvsroot/foo/foo/README,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README 9 Mar 2009 01:13:15 -0000 1.3 --- README 24 Mar 2009 18:55:35 -0000 1.4 *************** *** 4,8 **** -------------------------- ! last edited 2009-03-09 rumori this readme contains information about the requirements, installation --- 4,8 ---- -------------------------- ! last edited 2009-03-24 rumori this readme contains information about the requirements, installation *************** *** 86,108 **** ! compiling on mac os x (tested on 10.5) ! -------------------------------------- use macports (http://www.macports.org) in order to install libsndfile: ! sudo port install libsndfile ! ! usually, there is a variant for libsndfile for adding flac file support: ! sudo port install libsndfile +flac ! currently, however, the version of flac in macports seems to be ! incompatible with libsndfile. ! for compiling foo, specify the library locations, for the standard ! paths this would read: ! env LDFLAGS="-L/opt/local/lib" \ ! CPPFLAGS="-I/opt/local/include" \ ./configure [--enable-flac-support (optionally)] --- 86,106 ---- ! compiling on mac os x (tested on 10.5 and 10.4) ! ----------------------------------------------- use macports (http://www.macports.org) in order to install libsndfile: ! $ sudo port install libsndfile ! $ ./configure [--enable-flac-support] ! configure will look for the necessary libraries in macport's standard ! locations /opt/local/lib and /opt/local/include. ! if you installed macports into a different location, you have to ! specify it for configure: ! env LDFLAGS="-L/opt/otherlocal/lib" \ ! CPPFLAGS="-I/opt/otherlocal/include" \ ./configure [--enable-flac-support (optionally)] |