reord install pages; per-OS instructions
This commit is contained in:
parent
c975384195
commit
6c45f1123d
6 changed files with 40 additions and 25 deletions
|
@ -1,7 +1,5 @@
|
|||
The main git repository for git-annex is `git://git.kitenet.net/git-annex`
|
||||
[[gitweb](http://git.kitenet.net/?p=git-annex;a=summary)]
|
||||
|
||||
Users of Debian unstable/testing and Ubuntu natty can
|
||||
`apt-get install git-annex`
|
||||
|
||||
Next: [[install]]
|
||||
Some operating systems include git-annex in easily prepackaged form and
|
||||
others need some manual work. See [[install]] for details.
|
||||
|
|
|
@ -1,21 +1 @@
|
|||
<pre>
|
||||
sudo port install haskell-platform git-core ossp-uuid md5sha1sum
|
||||
|
||||
[waits forever…]
|
||||
[finished]
|
||||
[realizes missingh isn't working in MacPorts]
|
||||
|
||||
sudo cabal update
|
||||
sudo cabal install missingh
|
||||
sudo cabal install utf8-string
|
||||
sudo port install pcre
|
||||
sudo cabal install pcre-light
|
||||
|
||||
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]]
|
||||
See [[install/OSX]].
|
||||
|
|
|
@ -12,3 +12,9 @@ To build and use git-annex, you will need:
|
|||
|
||||
([Ikiwiki](http://ikiwiki.info) is needed to build the documentation,
|
||||
but that will be skipped if it is not installed.)
|
||||
|
||||
OS-specific instructions:
|
||||
|
||||
* [[OSX]]
|
||||
* [[Debian]]
|
||||
* [[Ubuntu]]
|
||||
|
|
9
doc/install/Debian.mdwn
Normal file
9
doc/install/Debian.mdwn
Normal 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
17
doc/install/OSX.mdwn
Normal 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
5
doc/install/Ubuntu.mdwn
Normal file
|
@ -0,0 +1,5 @@
|
|||
If using Ubuntu natty or newer:
|
||||
|
||||
sudo apt-get install git-annex
|
||||
|
||||
Otherwise, see [[Debian]] manual installation instructions.
|
Loading…
Reference in a new issue