sha256sum not so optional
This commit is contained in:
parent
1f951de014
commit
f5de183c71
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ sudo port install git-core ossp-uuid md5sha1sum coreutils pcre
|
|||
|
||||
sudo ln -s /opt/local/include/pcre.h /usr/include/pcre.h # This is hack that allows pcre-light to find pcre
|
||||
|
||||
# optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland)
|
||||
# this will enable the gnu tools, (to give sha256sum etc..., it does not override the BSD userland)
|
||||
export PATH=$PATH:/opt/local/libexec/gnubin
|
||||
|
||||
git clone git://git-annex.branchable.com/ git-annex
|
||||
|
|
Loading…
Reference in a new issue