Services: Difference between revisions

From Buzznet
Jump to: navigation, search
No edit summary
Line 38: Line 38:
== <!--  -->Atheme ==
== <!--  -->Atheme ==
<div style="flex-grow: 1; border-style: solid;  border-width: 1px; margin: 4px; padding: 4px;" class="bg-reddish">
<div style="flex-grow: 1; border-style: solid;  border-width: 1px; margin: 4px; padding: 4px;" class="bg-reddish">
<!--    --><div style="display: block; font-size: 1.17em; font-weight: bold;">Instalation</div>
<!--    --><div style="display: block; font-size: 1.17em; font-weight: bold;">Instalation
apt install argon2 libargon2-dev pkg-config
 
git clone --recursive '<nowiki>https://github.com/atheme/atheme/'</nowiki> atheme-devel
 
cd atheme-devel
 
./configure --with-argon2 --without-openssl
 
make
 
make install
</div>
<!--  --></div></div>
<!--  --></div></div>
<!-- inner column 2 -->
<!-- inner column 2 -->

Revision as of 12:13, 1 October 2025

BUZZNET IRC NETWORK

This Wiki is Under Construction And Updated Every Day....

Anope

Instalation

Atheme

Instalation
apt install argon2 libargon2-dev pkg-config
git clone --recursive 'https://github.com/atheme/atheme/' atheme-devel
cd atheme-devel
./configure --with-argon2 --without-openssl 
make 
make install