update
This commit is contained in:
parent
c1bf27ecff
commit
4dd2767e31
1 changed files with 7 additions and 3 deletions
|
@ -24,11 +24,15 @@ A daily build is also available, thanks to Yury V. Zaytsev and
|
|||
## building it yourself
|
||||
|
||||
To build git-annex from source on Windows, you need to install
|
||||
the Haskell Platform, Mingw, and Cygwin. Use Cygwin to install
|
||||
gcc, rsync, git, wget, ssh, and gnupg. To build the git-annex installer,
|
||||
you also need to install the NulSoft installer system.
|
||||
the Haskell Platform, Mingw, and Cygwin. Use Cygwin to install:
|
||||
gcc rsync git wget ssh gnupg
|
||||
|
||||
Once the prerequisites are installed, run:
|
||||
|
||||
cabal update
|
||||
git clone git://git-annex.branchable.com/ gitannex
|
||||
cd gitannex
|
||||
build
|
||||
|
||||
(To build the git-annex installer, you also need to install the NulSoft
|
||||
installer system.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue