Code

Documentation update
[tig.git] / INSTALL
1 Installation instructions
2 -------------------------
4 Download a tarball from http://jonas.nitro.dk/tig/releases[] or clone the tig
5 repository http://jonas.nitro.dk/tig/tig.git[]. Documentation files are
6 available either in the tarballs or in the above repository in the branch named
7 'release'.
9 To install tig simply run:
11         $ make install
13 To install documentation run:
15         $ make install-docs
17 The following tools and packages are needed:
19 `-------------------------------`----------------------------------------------
20 Tool                            Description
21 -------------------------------------------------------------------------------
22 git-core                        Tig is just a frontend for git.
23 ncurses                         Be sure to also have development files \
24                                 installed. Usually they are available in a \
25                                 separate package ending with `-dev`.
26 asciidoc (>= 7.0), xmlto        For building documentation. (Optional)
27 -------------------------------------------------------------------------------