git-annex/doc/install/Windows.mdwn

33 lines
1.2 KiB
Text
Raw Normal View History

2014-02-04 15:13:25 -04:00
git-annex now does Windows!
2013-05-13 13:46:03 -04:00
* First, [install Git for Windows](http://git-scm.com/downloads)
* Then, install git-annex:
- Windows 10 [download](https://downloads.kitenet.net/git-annex/windows/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
An autobuild is also available, thanks to the Datalad project.
2013-05-14 20:12:13 -04:00
2021-07-02 13:01:24 -04:00
* Windows 10 [download](https://downloads.kitenet.net/git-annex/autobuild/windows/git-annex-installer.exe)
([build logs](https://github.com/datalad/git-annex/actions?query=workflow%3A%22Build+git-annex+on+Windows%22))
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
[Git for Windows](http://git-scm.com/downloads), and
[Stack](http://haskellstack.org/).
2013-12-09 15:57:41 -04: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 15:57:41 -04:00
(To build the git-annex installer, you also need to install the NullSoft
installer system, see Build/NullSoftInstaller.hs for details.)