reord install pages; per-OS instructions

This commit is contained in:
Joey Hess 2011-02-06 13:43:31 -04:00
parent c975384195
commit 6c45f1123d
6 changed files with 40 additions and 25 deletions

9
doc/install/Debian.mdwn Normal file
View file

@ -0,0 +1,9 @@
If using Debian testing or unstable:
sudo apt-get install git-annex
git-annex is not yet in a Debian stable release, but the source
can be built from Debian stable. Just [[download]] it from git, and
then in the `git-annex` directory, run `dpkg-checkbuilddeps` and install
the necessary packages. You can also run `sudo debian/rules binary` to build
a `git-annex.deb`.

17
doc/install/OSX.mdwn Normal file
View file

@ -0,0 +1,17 @@
<pre>
sudo port install haskell-platform git-core ossp-uuid md5sha1sum
sudo cabal update
sudo cabal install missingh
sudo cabal install utf8-string
sudo port install pcre
sudo cabal install pcre-light
sudo cabal install quickcheck
git clone git://git.kitenet.net/git-annex
cd git-annex
make
sudo make install
</pre>
Originally posted by Jon at <https://gist.github.com/671785> --[[Joey]]

5
doc/install/Ubuntu.mdwn Normal file
View file

@ -0,0 +1,5 @@
If using Ubuntu natty or newer:
sudo apt-get install git-annex
Otherwise, see [[Debian]] manual installation instructions.