mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-13 07:29:26 +01:00
navbar: add znc installation.
This commit is contained in:
parent
090290f69c
commit
373cc677a9
@ -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>
|
||||
|
@ -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 -->
|
||||
|
2
pages/external/zncinstall.html
vendored
2
pages/external/zncinstall.html
vendored
@ -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
|
||||
|
4
pages/external/zncinstall.html.md
vendored
4
pages/external/zncinstall.html.md
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user