[Liblas-commits] hg: add an example to use William's OS X Frameworks

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Dec 2 15:08:42 EST 2010


changeset e45f8f5a4428 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=e45f8f5a4428
summary: add an example to use William's OS X Frameworks

diffstat:

 doc/compilation.txt |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r db809fe8d680 -r e45f8f5a4428 doc/compilation.txt
--- a/doc/compilation.txt	Wed Dec 01 12:05:05 2010 -0600
+++ b/doc/compilation.txt	Thu Dec 02 14:08:31 2010 -0600
@@ -447,6 +447,18 @@
     -- Generating done
     -- Build files have been written to: /Users/hobu/hg/liblas-cmake/xcode
 
+
+Alternatively, if you have `KyngChaos`_ frameworks for `GDAL`_ and `libgeotiff`_ installed, you can provide locations for those as part of your ``cmake`` invocation:
+
+::
+
+    $ cmake -G "Xcode" \
+      -D GDAL_CONFIG=/Library/Frameworks/GDAL.framework/Programs/gdal-config \
+      -D GEOTIFF_INCLUDE_DIR=/Library/Frameworks/UnixImageIO.framework/unix/include \
+      -D GEOTIFF_LIBRARY=/Library/Frameworks/UnixImageIO.framework/unix/lib/libgeotiff.dylib \
+      ..
+
+    
 :: 
     
     $ open libLAS.xcodeproj/
@@ -615,4 +627,5 @@
 .. _`Autoconf`: http://www.gnu.org/software/autoconf/
 .. _`LLVM`: http://llvm.org/
 .. _`OSGeo4W`: http://trac.osgeo.org/osgeo4w/
-.. _`Boost`: http://www.boost.org/
\ No newline at end of file
+.. _`Boost`: http://www.boost.org/
+


More information about the Liblas-commits mailing list