diff options
author | Giuseppe 'ferdy' Miceli <ferdy@ferdy.it> | 2014-03-07 15:25:49 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-07 09:25:28 -0800 |
commit | fcc2af694135ca1959ae1acb0b53c87d21f3623f (patch) | |
tree | bbfc20e4c7ff4a9af518fdd0a15e2fe19850d4ee /INSTALL | |
parent | 3b1624ec69ff8cc7332d080e89e71e7e9462c76e (diff) | |
download | subsurface-fcc2af694135ca1959ae1acb0b53c87d21f3623f.tar.gz |
Add libgit2 dependency to INSTALL file (MacPorts stanza)
Signed-off-by: Giuseppe 'ferdy' Miceli <ferdy@ferdy.it>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -157,7 +157,7 @@ Please refer to http://www.macports.org/install.php 2) Install needed dependencies -$ sudo port -vp install asciidoc libzip libusb sqlite cmake qt4-mac marble libdivecomputer +$ sudo port -vp install asciidoc libzip libusb sqlite cmake qt4-mac marble libdivecomputer libgit2 3) Check dependencies' versions @@ -166,6 +166,7 @@ The following ports are currently installed: asciidoc @8.6.9_1 (active) cmake @2.8.12_3 (active) libdivecomputer @0.4.1_0 (active) + libgit2 @0.20.0_0 (active) libusb @1.0.18_0 (active) libzip @0.11.1_0 (active) marble @4.12.2_0 (active) |