FlightGear Git on Mac OS X: Difference between revisions

Jump to navigation Jump to search
Line 104: Line 104:
   sudo make install
   sudo make install


=== Install FlightGear ===
=== Install FlightGear (!new since nov 2011: cmake build) ===
./autogen.sh
cd to the flightgear directory and type
./configure (OSX 10.6.6: ./configure CXXFLAGS="-arch i386" CFLAGS="-arch i386")
  export CFLAGS="-g -O2 -fPIC -arch i386"
make
  export CXXFLAGS="-g -O2 -fPIC -arch i386"
sudo make install
  cmake . -DJPEG_FACTORY=1 -DCMAKE_INSTALL_PREFIX=/opt
  make
  sudo make install


=== Finish and Testrun ===
=== Finish and Testrun ===
271

edits

Navigation menu