git-annex/doc/install/Windows.mdwn

31 lines
1.1 KiB
Text
Raw Normal View History

2014-02-04 19:13:25 +00:00
git-annex now does Windows!
2013-05-13 17:46:03 +00:00
* First, [install Git for Windows](http://git-scm.com/downloads)
* Then, [install git-annex](https://downloads.kitenet.net/git-annex/windows/current/)
2013-05-15 00:12:13 +00:00
2014-02-04 19:13:25 +00:00
This port is now in reasonably good shape for command-line use of
2014-06-17 18:34:51 +00:00
git-annex. The assistant and webapp are also usable. There are some known
problems and parts that don't work. See [[todo/windows_support]] for
current status.
2013-05-15 00:12:13 +00:00
2013-05-17 17:38:45 +00:00
## autobuilds
2013-05-13 17:46:03 +00:00
An autobuild is also available, thanks to the Datalad project.
2013-05-15 00:12:13 +00:00
* [download](http://datasets.datalad.org/datalad/packages/windows/)
2013-05-15 00:12:13 +00:00
2013-05-17 17:38:45 +00:00
## building it yourself
To build git-annex from source on Windows, you need to install
[Git for Windows](http://git-scm.com/downloads), and
[Stack](http://haskellstack.org/).
2013-12-09 19:57:41 +00:00
Then open Git Bash, [[clone git-annex|download]], and in git-annex's source
tree, run "stack build" to download and
build all dependencies and git-annex. "stack install" will install git-annex.
2013-12-09 19:57:41 +00:00
(To build the git-annex installer, you also need to install the NullSoft
installer system. The script `standalone/windows/build.sh` is
used to make the builds linked to above.)