navbar: add znc installation.

This commit is contained in:
Mikaela Suomalainen 2014-06-23 18:42:14 +03:00
parent 090290f69c
commit 373cc677a9
4 changed files with 7 additions and 6 deletions

View File

@ -28,9 +28,10 @@ Navigation bar
<ul class="incremental">
<li><a href="pages/external/identifying.html" target="right">Auto-login</a></li>
<li><a href="pages/external/irc-utf-8.html" target="right">UTF-8</a></li>
</ul>
<li><a href="pages/external/zncinstall.html" target="right">Installing ZNC</a>
</body>
</html>
<!-- vim : set ft=html -->
</li>
</ul>

View File

@ -32,7 +32,7 @@ IRC:
* <a href="pages/external/identifying.html" target="right">Auto-login</a>
* <a href="pages/external/irc-utf-8.html" target="right">UTF-8</a>
* <a href="pages/external/zncinstall.html" target="right">Installing ZNC</a>
</body>
</html>
<!-- vim : set ft=html -->

View File

@ -10,7 +10,7 @@ Installing ZNC from git
<body>
<p>This page tells you how to install ZNC from git. The package names are mainly for Debian based distributions, but you should be able to figure out what they are in other distributions and install them.</p>
<p>**If you don't know <a href="http://wiki.znc.in">what znc is, click here.</a>. If you <a href="http://wiki.znc.in/Installation">are looking for the official installation instructions, click here.</a></p>
<p><strong>If you don't know <a href="http://wiki.znc.in">what znc is, click here.</a> If you <a href="http://wiki.znc.in/Installation">are looking for the official installation instructions, click here.</a></strong></p>
<p>I am going to presume that you don't install ZNC globally, if you do, remove the <code>--PREFIX=$HOME/.local</code> from your configure command.</p>
<h2 id="installing-requirements">Installing requirements</h2>
<pre><code>sudo apt-get build-dep znc

View File

@ -16,8 +16,8 @@ This page tells you how to install ZNC from git. The package names are
mainly for Debian based distributions, but you should be able to figure
out what they are in other distributions and install them.
**If you don't know [what znc is, click here.](http://wiki.znc.in). If you
[are looking for the official installation instructions, click here.](http://wiki.znc.in/Installation)
**If you don't know [what znc is, click here.](http://wiki.znc.in) If you
[are looking for the official installation instructions, click here.](http://wiki.znc.in/Installation)**
I am going to presume that you don't install ZNC globally, if you do,
remove the `--PREFIX=$HOME/.local` from your configure command.