Subsurface build instructions on MacOSX

Henrik Brautaset Aronsen subsurface at henrik.synth.no
Wed Oct 12 08:47:25 EDT 2011


Hi,

I just built subsurface on my mac, and 
http://subsurface.hohndel.org/building/ didn't have any build docs for 
it.  It pretty much builds out of the box:

1) Install MacPorts from http://www.macports.org/

2) Install dependencies from MacPorts:

         port install gconf gtk2 libusb

3) Install libdivecomputer:

         git clone 
git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer
         cd libdivecomputer
         autoreconf --install
         LIBUSB_CFLAGS=-I/opt/local/include ./configure
         make
         sudo make install

4) Install subsurface:

         git clone https://github.com/torvalds/subsurface.git
         make

Enjoy,
Henrik




More information about the subsurface mailing list