mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:33:24 +00:00
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>
This commit is contained in:
parent
3b1624ec69
commit
fcc2af6941
1 changed files with 2 additions and 1 deletions
3
INSTALL
3
INSTALL
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue