TerraGear: Difference between revisions

Jump to navigation Jump to search
670 bytes removed ,  5 November 2012
→‎Building: We are using CMAKE as a build system and the terragear docs are outdated as hell
(→‎Compilation: Remove newmat and GPC deps. They are gone. Also clean indirect deps brought in by other packages. Not the place to list them here)
(→‎Building: We are using CMAKE as a build system and the terragear docs are outdated as hell)
Line 30: Line 30:


=== Building ===
=== Building ===
Please, have a look at [http://mapserver.flightgear.org/git/?p=terragear;a=blob;f=README;h=7dae654283ca0b1447aeb3aa398287219f4b57df;hb=HEAD README] and/or [http://mapserver.flightgear.org/git/?p=terragear;a=blob;f=README.cygwin;h=d0436ec0371dd9fa255a8a560a388818432600d6;hb=HEAD README.cygwin] of the TerraGear sources.
  cmake . [options]   
./autogen.sh
  ./configure [options]  
  sed s/-O2// -i src/Lib/TriangleJRS/Makefile
  make install
  make install
<tt>./configure</tt> options:
<tt>cmake</tt> options:
  --prefix=/path/to/install-dir
  -DCMAKE_PREFIX_PATH="/path/to/lib/install/prefix"
I am missing reliable data here. Please, revise/complete the list if you have more info!
--with-gdal=/path/to/gdal-config
--with-gpc=/path/to/libgenpolyclip.a
--with-newmat=/path/to/libnewmat.a
--with-plib=/path/to/libplib*.a
--with-simgear=/path/to/libsg*.a
--with-osg=/path/to/OSGinstallation


=== Platform specific ===
=== Platform specific ===
111

edits

Navigation menu