Comment 7 for bug 481833

Revision history for this message
vszakats (vszakats) wrote :

Hi,
Current structure of Readme.txt holds no separate section for different platforms,
and it's good that way, so it'd be IMO prettier to include just a separate Mac OS X
prerequisites subsection (below), which you can easily integrate into current
"Build dependencies:" section.

Mac OS X (Darwin) prerequisites
------------------------------------------

You'll have to have these components installed:
- XCode
- MacPorts
- Certain MacPorts ports:
   $ sudo /opt/local/bin/port install bzr scons pkgconfig libglade2 libnotify boost
- GTK hicolor theme from http://icon-theme.freedesktop.org/releases/:
   $ wget http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.11.tar.gz
   $ tar -zxvf hicolor-icon-theme-0.11.tar.gz
   $ cd hicolor-icon-theme-0.11
   $ ./configure
   $ sudo make
- You'll have to explicitly specify MacPorts header dir so that boost lib gets found
  (make sure to start with a fresh source tree):
   $ export CXXFLAGS=-I/opt/local/include
---

(From this point the same applies as for Linux.)