<ul>\r
<li>\r
<p>\r
-Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
+Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
+Manual: <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Git URL: <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a>\r
+Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Gitweb: <a href="http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary">http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary</a>\r
+Git URL: <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a> or\r
+ git://repo.or.cz/tig.git\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+Gitweb: <a href="http://repo.or.cz/?p=tig.git;a=summary">http://repo.or.cz/?p=tig.git;a=summary</a>\r
</p>\r
</li>\r
</ul>\r
<div class="content">\r
<pre><tt>$ make install-docs</tt></pre>\r
</div></div>\r
+<p>Edit the Makefile if you need to configure specific compiler or linker flags.\r
+On FreeBSD for example the c library does not support the iconv interface and\r
+to compile tig you need to append <tt>-L/usr/local/lib -liconv</tt> to <tt>LDLIBS</tt> and\r
+<tt>-I/usr/local/include</tt> to the <tt>CFLAGS</tt> variable.</p>\r
<p>The following tools and packages are needed:</p>\r
<div class="tableblock">\r
<table rules="none"\r
Be sure to also have development files installed. Usually they are available in a separate package ending with <tt>-dev</tt>.\r
</td>\r
</tr>\r
+ <tr>\r
+ <td align="left">\r
+ iconv\r
+ </td>\r
+ <td align="left">\r
+ If iconv is not provided by the c library you need to change the Makefile to link it into the binary.\r
+ </td>\r
+ </tr>\r
<tr>\r
<td align="left">\r
asciidoc (>= 7.0), xmlto\r