[pisa-src] r1690 - trunk/docs/porting_osx.txt

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 16 Nov 2009 11:30:03 +0100

Author: biurrun
Date: Mon Nov 16 11:30:03 2009
New Revision: 1690

Log:
Update OS X build instructions to declare variables local to configure instead
of using deprecated csh-style setenv to export variables.

Modified:
   trunk/docs/porting_osx.txt

Modified: trunk/docs/porting_osx.txt
==============================================================================
--- trunk/docs/porting_osx.txt  Mon Nov 16 11:10:05 2009        (r1689)
+++ trunk/docs/porting_osx.txt  Mon Nov 16 11:30:03 2009        (r1690)
@@ -9,6 +9,5 @@
 Notes:
  * You need libconfig installed
        - sudo port install libconfig
- * You need to tell the buid system (configure) where your darwin port libs
-   are
-    - setenv CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib"
+ * You need to tell the configure where your darwin port libs are
+    - CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib ./configure

Other related posts:

  • » [pisa-src] r1690 - trunk/docs/porting_osx.txt - Diego Biurrun