summaryrefslogtreecommitdiff
path: root/doc/install/fromscratch.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-09-16 15:05:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-09-16 15:05:12 -0400
commit773e6148b4b82e8676ecf908cbf3988df83dcad1 (patch)
tree7e1fb958cf855abdf2019aa00f48bd2e6eb1a553 /doc/install/fromscratch.mdwn
parent92eec62234cad1dba87a3fb3958be04a3ce12494 (diff)
reorg and rewrote build-from-source instructions
Diffstat (limited to 'doc/install/fromscratch.mdwn')
-rw-r--r--doc/install/fromscratch.mdwn27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn
deleted file mode 100644
index 46ee5a055..000000000
--- a/doc/install/fromscratch.mdwn
+++ /dev/null
@@ -1,27 +0,0 @@
-To install git-annex from scratch, you need a lot of stuff. Really
-quite a lot.
-
-* Haskell stuff
- * [The Haskell Platform](http://haskell.org/platform/) (GHC 7.4 or newer)
- * A ton of haskell libraries. Rather than try to list them all here,
- see git-annex.cabal. Probably the easiest way to install them:
- `cabal update; cabal install git-annex --only-dependencies`
-* Shell commands
- * [git](http://git-scm.com/) (1.7.2 or newer; 1.8.5 or newer recommended)
- * [xargs](http://savannah.gnu.org/projects/findutils/)
- * [rsync](http://rsync.samba.org/)
- * [curl](http://http://curl.haxx.se/) (optional, but recommended)
- * [wget](http://www.gnu.org/software/wget/) (optional)
- * [sha*sum](ftp://ftp.gnu.org/gnu/coreutils/) (optional)
- * [gpg](http://gnupg.org/) (optional; needed for encryption)
- * [lsof](ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/)
- (optional; recommended for watch mode)
- * [gcrypt](https://github.com/joeyh/git-remote-gcrypt)
- (optional)
- * [nocache](https://github.com/Feh/nocache)
- (optional)
- * multicast DNS support, provided on linux by [nss-mdns](http://www.0pointer.de/lennart/projects/nss-mdns/)
- (optional; recommended for the assistant to support pairing well)
- * [ikiwiki](http://ikiwiki.info) (optional; used to build the docs)
-
-Then just [[download]] git-annex and run: `make; make install`