move windows support to a todo item

not holding my breath on this one..
This commit is contained in:
Joey Hess 2012-01-13 13:55:14 -04:00
parent 92b8e2a1b5
commit f4ddecd322
3 changed files with 6 additions and 19 deletions

View file

@ -7,6 +7,7 @@
* [[FreeBSD]] * [[FreeBSD]]
* [[openSUSE]] * [[openSUSE]]
* [[ArchLinux]] * [[ArchLinux]]
* Windows: [[sorry, not possible yet|todo/windows_support]]
## Using cabal ## Using cabal

View file

@ -1,10 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmByD9tmR48HuYgS4qWEGDDaoVTTC3m4kc"
nickname="Jonas"
subject="Any chance to get git-annex going on windows?"
date="2011-06-10T18:08:36Z"
content="""
Would be great! :-)
Jonas
"""]]

View file

@ -1,24 +1,21 @@
[[!comment format=mdwn short answer: no
username="http://joey.kitenet.net/"
nickname="joey"
subject="short answer: no"
date="2011-06-10T19:55:38Z"
content="""
Long answer, quoting from a mail to someone else: Long answer, quoting from a mail to someone else:
Well, I can tell you that it assumes a POSIX system, both in available Well, I can tell you that it assumes a POSIX system, both in available
utilities and system calls, So you'd need to use cygwin or something utilities and system calls, So you'd need to use cygwin or something
like that. (Perhaps you already are for git, I think git also assumes a like that. (Perhaps you already are for git, I think git also assumes a
POSIX system.) So you need a Haskell that can target that. What this POSIX system.) So you need a Haskell that can target that. What this
page refers to as \"GHC-Cygwin\": page refers to as "GHC-Cygwin":
<http://www.haskell.org/ghc/docs/6.6/html/building/platforms.html> <http://www.haskell.org/ghc/docs/6.6/html/building/platforms.html>
I don't know where to get one. Did find this: I don't know where to get one. Did find this:
<http://copilotco.com/mail-archives/haskell-cafe.2007/msg00824.html> <http://copilotco.com/mail-archives/haskell-cafe.2007/msg00824.html>
(There are probably also still some places where it assumes / as a path (There are probably also still some places where it assumes / as a path
separator, although I fixed some.) separator, although I fixed some. Probably almost all are fixed now.)
FWIW, git-annex works fine on OS X and other fine proprietary unixen. ;P FWIW, git-annex works fine on OS X and other fine proprietary unixen. ;P
--[[Joey]]
---- ----
@ -66,4 +63,3 @@ sigCHLD
sigINT sigINT
unionFileModes unionFileModes
</pre> </pre>
"""]]