diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-01-21 10:08:04 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-01-21 09:52:03 -0800 |
commit | c02f1b88ab5a0a9d6fadf56468910d76ce0b1c5d (patch) | |
tree | ba224db0e9a4482d28e294d0695a49e9be247d6d /README | |
parent | 9e13655854676488d7748d1da3dbebfe381de5b5 (diff) | |
download | subsurface-c02f1b88ab5a0a9d6fadf56468910d76ce0b1c5d.tar.gz |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |