Read several objects at once with git cat-file --batch
[stgit] / INSTALL
CommitLineData
41a6d859
CM
1For basic installation:
2
e4875f17
DW
3 $ make all doc ;# as yourself
4 $ make install install-doc ;# as yourself
41a6d859 5
516a282a
CM
6By default, the above command installs StGIT in the
7$HOME/{bin,lib,share} directories. For a different location, use the
e4875f17 8prefix option.
516a282a 9
e4875f17
DW
10 $ make prefix=/usr all doc #; as yourself
11 # make prefix=/usr install install-doc #; as root
5cccc82b 12
e4875f17
DW
13Issues of note:
14
f0b6dda7
KW
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
e4875f17
DW
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.