X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/5cccc82b18ba82f5bd14d73c0b0d2398897dfd59..0e84c57c4a9d3a198caa4ae2da2a6670e57ad917:/INSTALL?ds=sidebyside diff --git a/INSTALL b/INSTALL index 8d2bebd..d728441 100644 --- a/INSTALL +++ b/INSTALL @@ -1,13 +1,20 @@ For basic installation: - python setup.py install + $ make all doc ;# as yourself + $ make install install-doc ;# as yourself By default, the above command installs StGIT in the $HOME/{bin,lib,share} directories. For a different location, use the ---prefix option. +prefix option. - python setup.py install --prefix=/usr + $ make prefix=/usr all doc #; as yourself + # make prefix=/usr install install-doc #; as root -For more information: +Issues of note: - http://docs.python.org/inst/inst.html +- StGit requires git version 1.5.6 or later. (Specifically, it needs a + git that includes commit a8128ed6: "git-cat-file: Add --batch option".) + +- To build and install the documentation, you need to have the + asciidoc/xmlto toolchain. The default build target ("make all") + does _not_ build them.