[pisa-src] r1560 - in docs/porting: . osx.txt

  • From: Tobias Heer <tobias.heer@xxxxxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sat, 07 Nov 2009 13:27:46 +0100

Author: heer
Date: Sat Nov  7 13:27:46 2009
New Revision: 1560

Log:
Started to document the porting efforts. This is done in the svn (instead of 
the wiki) because it is strongly related to the code.

Added:
   docs/porting/
   docs/porting/osx.txt

Added: docs/porting/osx.txt
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ docs/porting/osx.txt        Sat Nov  7 13:27:46 2009        (r1560)
@@ -0,0 +1,14 @@
+This file documents the porting efforts to OS X
+===============================================
+
+2009/11/07 Replaced linux-specific IP, UDP, and TCP headers with their 
+           RFC-compliant cousins. (r1559)
+
+
+
+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"

Other related posts: