2014-02-04 15:13:25 -04:00
|
|
|
git-annex now does Windows!
|
2013-05-13 13:46:03 -04:00
|
|
|
|
2016-11-29 13:37:16 -04:00
|
|
|
* First, [install Git for Windows](http://git-scm.com/downloads)
|
|
|
|
|
2020-10-28 13:21:47 -04:00
|
|
|
* Then, install git-annex:
|
|
|
|
|
|
|
|
- Windows 7+ [download](https://downloads.kitenet.net/git-annex/windows/7/current/)
|
2013-05-14 20:12:13 -04:00
|
|
|
|
2014-02-04 15:13:25 -04:00
|
|
|
This port is now in reasonably good shape for command-line use of
|
2014-06-17 14:34:51 -04: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-14 20:12:13 -04:00
|
|
|
|
2013-05-17 13:38:45 -04:00
|
|
|
## autobuilds
|
2013-05-13 13:46:03 -04:00
|
|
|
|
2020-10-26 13:06:50 -04:00
|
|
|
An autobuild is also available, thanks to the Datalad project.
|
2013-05-14 20:12:13 -04:00
|
|
|
|
2020-10-28 13:21:47 -04:00
|
|
|
* Windows 10 [download](http://datasets.datalad.org/datalad/packages/windows/)
|
2013-05-14 20:12:13 -04:00
|
|
|
|
2013-05-17 13:38:45 -04:00
|
|
|
## building it yourself
|
|
|
|
|
|
|
|
To build git-annex from source on Windows, you need to install
|
2016-05-05 15:47:01 -04:00
|
|
|
[Git for Windows](http://git-scm.com/downloads), and
|
|
|
|
[Stack](http://haskellstack.org/).
|
2013-12-09 15:57:41 -04:00
|
|
|
|
2017-10-25 14:45:23 -04:00
|
|
|
Then open Git Bash, [[clone git-annex|download]], and in git-annex's source
|
2019-07-09 10:33:21 -04:00
|
|
|
tree, run "stack build" to download and
|
|
|
|
build all dependencies and git-annex. "stack install" will install git-annex.
|
2013-12-09 15:57:41 -04:00
|
|
|
|
2014-12-03 14:54:52 -04:00
|
|
|
(To build the git-annex installer, you also need to install the NullSoft
|
2020-10-26 13:36:43 -04:00
|
|
|
installer system, see Build/NullSoftInstaller.hs for details.)
|