Preserve picked patch name when possible
[stgit.git] / INSTALL
bloba6f264153cf81af457bb0010e13a49266a3e4e77
1 For basic installation:
3         $ make all doc
4         $ make install install-doc
6 By default, StGit is installed to the $(HOME)/.local/{bin,lib,share}
7 directories, as specified by the systemd file-hierarchy and XDG Base
8 Directory specs. To install elsewhere, the prefix variable can be set:
10         # make prefix=/usr/local install install-doc
12 It is also possible to install StGit within a Python virtual environment:
14     (my-venv) $ python setup.py install
16 Issues of note:
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.