2014-02-04 19:13:25 +00:00
|
|
|
git-annex now does Windows!
|
2013-05-13 17:46:03 +00:00
|
|
|
|
2016-11-29 17:37:16 +00:00
|
|
|
* First, [install Git for Windows](http://git-scm.com/downloads)
|
|
|
|
|
2013-06-26 23:21:19 +00:00
|
|
|
* 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
|
|
|
|
2020-10-26 17:06:50 +00:00
|
|
|
An autobuild is also available, thanks to the Datalad project.
|
2013-05-15 00:12:13 +00:00
|
|
|
|
2020-10-26 17:06:50 +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
|
2016-05-05 19:47:01 +00:00
|
|
|
[Git for Windows](http://git-scm.com/downloads), and
|
|
|
|
[Stack](http://haskellstack.org/).
|
2013-12-09 19:57:41 +00:00
|
|
|
|
2017-10-25 18:45:23 +00:00
|
|
|
Then open Git Bash, [[clone git-annex|download]], and in git-annex's source
|
2019-07-09 14:33:21 +00:00
|
|
|
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
|
|
|
|
2014-12-03 18:54:52 +00:00
|
|
|
(To build the git-annex installer, you also need to install the NullSoft
|
2016-05-05 19:47:01 +00:00
|
|
|
installer system. The script `standalone/windows/build.sh` is
|
|
|
|
used to make the builds linked to above.)
|