[pisa-src] r2273 - in trunk: INSTALL docs/porting_osx.txt

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Apr 2010 12:00:44 +0200

Author: biurrun
Date: Thu Apr 15 12:00:44 2010
New Revision: 2273

Log:
Remove OS X porting document; merge information into INSTALL.
PISA now compiles on OS X out-of-the-box.

Deleted:
   trunk/docs/porting_osx.txt
Modified:
   trunk/INSTALL

Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL       Thu Apr 15 11:51:20 2010        (r2272)
+++ trunk/INSTALL       Thu Apr 15 12:00:44 2010        (r2273)
@@ -17,3 +17,9 @@
 build PISA:
 
   autoreconf --install && ./configure && make
+
+On some systems you may need to pass compiler and linker flags to configure if
+certain libraries are not in default paths. For example, on OS X with libconfig
+installed from MacPorts you need:
+
+CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib ./configure

Other related posts:

  • » [pisa-src] r2273 - in trunk: INSTALL docs/porting_osx.txt - Diego Biurrun