mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Add libsoup and osm-gps-map to Mac build instructions.
Also force py27-pygtk to use the quartz variant, since MacPorts doesn't have variant dependency resolutions. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9e13655854
commit
c02f1b88ab
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -92,8 +92,8 @@ to then build subsurface.
|
|||
Building subsurface on a Mac
|
||||
----------------------------
|
||||
Install MacPorts and install the dependencies from MacPorts:
|
||||
sudo port install gtk2 +no_x11 +quartz -x11 libusb gtk-osx-application \
|
||||
automake autoconf libtool
|
||||
sudo port install gtk2 +quartz py27-pygtk +quartz libusb gtk-osx-application \
|
||||
automake autoconf libtool libsoup osm-gps-map
|
||||
|
||||
Install libdivecomputer:
|
||||
git clone git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer
|
||||
|
|
Loading…
Reference in a new issue