FlightGear Git on Mac OS X: Difference between revisions

Jump to navigation Jump to search
(Undo revision 35128 by ClairPeak (talk) spam links)
Line 98: Line 98:
=== Install SimGear ===
=== Install SimGear ===
cd to the directory and type
cd to the directory and type
./autogen.sh
  export CFLAGS="-g -O2 -fPIC -arch i386"
./configure (OSX 10.6.6: ./configure CXXFLAGS="-arch i386" CFLAGS="-arch i386")
  export CXXFLAGS="-g -O2 -fPIC -arch i386"
make
  cmake . -DJPEG_FACTORY=1 -DCMAKE_INSTALL_PREFIX=/opt
sudo make install
  make
  sudo make install


=== Install FlightGear ===
=== Install FlightGear ===
271

edits

Navigation menu