X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/158a522c5740123fd1144f9045ef0a419dfcf090..fef9238e38364e160c8f212686f4e4501c19f94e:/INSTALL diff --git a/INSTALL b/INSTALL index 088f674..2a4d2e1 100644 --- a/INSTALL +++ b/INSTALL @@ -8,16 +8,16 @@ available either in the tarballs or in the above repository in the branch named To install tig simply run: + $ autoreconf + $ ./configure $ make install To install documentation run: - $ make install-docs + $ make install-doc -Edit the Makefile if you need to configure specific compiler or linker flags. -On FreeBSD for example the c library does not support the iconv interface and -to compile tig you need to append `-L/usr/local/lib -liconv` to `LDLIBS` and -`-I/usr/local/include` to the `CFLAGS` variable. +If you had to install your own copy of libiconv, you'll probably want to pass +the "--with-libiconv" option to the "configure" script to tell it where to look. The following tools and packages are needed: