From dd41bb12727efc0d9951bb8ffd10d30f949e4b85 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 May 2013 14:39:45 +0200 Subject: Update README and other files, add site/ --- INSTALL | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..10e7e1b --- /dev/null +++ b/INSTALL @@ -0,0 +1,36 @@ +# -*- mode: org; -*- +#+STARTUP: showall + +In order to install ~gitto~, just run: + +: make install + +This will install ~gitto~ to ~/usr/local/~, if you would like to install +it somewhere else you can use the =DESTDIR= variable: + +: make install DESTDIR=/some/other/place + +This will install ~gitto~ to =/some/other/place/=. + +* Packages + + - There is also a [[https://aur.archlinux.org/packages/gitto-git/][package]] in the [[http://aur.archlinux.org][Archlinux User Repository]], which + installs the latest git checkout. + +* Requirements + + ~gitto~ requires [[http://www.gnu.org/software/guile/][GNU Guile]] version 2.0.9 or newer to be available. + +* Removal + + If you're fed up with ~gitto~ and want it gone you can run: + + : make uninstall + + This will remove any ~gitto~ installed files from ~/usr/local/~. If you + used the =DESTDIR= variable during installation, you should give it + the same value here, like: + + : make uninstall DESTDIR=/some/other/place + + This will remove any ~gitto~ installed files from ~/some/other/place/~. -- cgit v1.2.3-54-g00ecf