avoid needing mingw to build on windows
It was only used for its shell; cygwin has a shell.
This commit is contained in:
parent
b0ebb232ec
commit
a14040e947
2 changed files with 5 additions and 2 deletions
|
@ -1 +1 @@
|
|||
C:\MINGW\MSYS\1.0\BIN\SH.EXE standalone/windows/build-simple.sh
|
||||
C:\CYGWIN\BIN\SH.EXE standalone/windows/build-simple.sh
|
||||
|
|
|
@ -25,7 +25,7 @@ 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:
|
||||
the Haskell Platform and Cygwin. Use Cygwin to install these packages:
|
||||
gcc rsync git wget ssh gnupg
|
||||
|
||||
Once the prerequisites are installed, run:
|
||||
|
@ -35,5 +35,8 @@ Once the prerequisites are installed, run:
|
|||
cd gitannex
|
||||
build
|
||||
|
||||
Note that git from Cygwin is able to clone git-annex's git repository;
|
||||
Msysgit cannot due to some characters in filenames.
|
||||
|
||||
(To build the git-annex installer, you also need to install the NullSoft
|
||||
installer system.)
|
||||
|
|
Loading…
Add table
Reference in a new issue