Allow uncommitting to a common ancestor
[stgit] / INSTALL
1 For basic installation:
2
3 $ make all doc ;# as yourself
4 $ make install install-doc ;# as yourself
5
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.
9
10 $ make prefix=/usr all doc #; as yourself
11 # make prefix=/usr install install-doc #; as root
12
13 Issues of note:
14
15 - StGit requires git version 1.5.6 or later. (Specifically, it needs a
16 git that includes commit a8128ed6: "git-cat-file: Add --batch option".)
17
18 - To build and install the documentation, you need to have the
19 asciidoc/xmlto toolchain. The default build target ("make all")
20 does _not_ build them.