X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/5cccc82b18ba82f5bd14d73c0b0d2398897dfd59..ea09f8ce7b1bcea38a7d9f0079a28c6109989342:/INSTALL?ds=inline diff --git a/INSTALL b/INSTALL index 8d2bebd..3da4efd 100644 --- a/INSTALL +++ b/INSTALL @@ -1,13 +1,18 @@ 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: + +- To build and install the documentation, you need to have the + asciidoc/xmlto toolchain. The default build target ("make all") + does _not_ build them. - http://docs.python.org/inst/inst.html