Remove unused local variables
[stgit.git] / INSTALL
blob459b365ff0e577a70ac216ccf3cfc09fff10bdbe
1 For basic installation:
3         $ make all doc ;# as yourself
4         $ make install install-doc ;# as yourself
6 By default, the above command installs StGIT in the
7 $HOME/{bin,lib,share} directories. For a different location, use the
8 prefix option.
10         $ make prefix=/usr all doc #; as yourself
11         # make prefix=/usr install install-doc #; as root
13 Issues of note:
15 - StGit requires git version 1.6.1 or later. (Specifically, it needs a
16   git that includes commit 140b378d: "Teach git diff-tree --stdin to
17   diff trees".)
19 - To build and install the documentation, you need to have the
20   asciidoc/xmlto toolchain.  The default build target ("make all")
21   does _not_ build them.