FlightGear Git on Mac OS X: Difference between revisions

Jump to navigation Jump to search
m
Line 31: Line 31:
  [http://code.google.com/p/git-osx-installer/ http://code.google.com/p/git-osx-installer/]
  [http://code.google.com/p/git-osx-installer/ http://code.google.com/p/git-osx-installer/]


=== Install ''boost'' (1.52.0) with MacPorts ===
=== Install ''ICU'' and ''boost'' ===
  sudo port install boost +universal
Download ICU source from here
Note: this step can take more than 30 minutes! Boost is made for drinking more tea.
http://site.icu-project.org/download
then
cd icu/source
chmod +x runConfigureICU configure install-sh
./runConfigureICU MacOSX
make
sudo make install
 
Download recent boost from here:
http://www.boost.org/users/download/
CD into the boost directory , run:
./bootstrap.sh --with-python=/usr/bin/python
  sudo ./bjam architecture=combined address-model=32_64 install
 
Note: this step can take more than 1 hour! Boost is made for drinking more tea.


=== Install ''cmake'' (>= 2.8.8) with MacPorts ===
=== Install ''cmake'' (>= 2.8.8) with MacPorts ===
271

edits

Navigation menu