Services: Difference between revisions

From Buzznet
Jump to: navigation, search
No edit summary
No edit summary
Line 14: Line 14:
<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</div>
<!--  --></div></div>
<!--  --></div>
wget <nowiki>https://github.com/anope/anope/archive/refs/tags/2.0.18.tar.gz</nowiki>
 
tar -xvf 2.0.18.tar.gz
 
sudo apt-get install cmake
 
cd anope-2.0.18-source
 
./Config
 
cd build
 
make
 
make install
</div>
<!-- inner column 2 -->
<!-- inner column 2 -->
<div style="display: flex; flex: 0 0 40%; flex-direction: column;">
<div style="display: flex; flex: 0 0 40%; flex-direction: column;">

Revision as of 12:16, 1 October 2025

BUZZNET IRC NETWORK

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

Anope

Instalation
wget https://github.com/anope/anope/archive/refs/tags/2.0.18.tar.gz
tar -xvf 2.0.18.tar.gz
sudo apt-get install cmake
cd anope-2.0.18-source
./Config
cd build
make
make install

Atheme

Instalation
apt install pkg-config
git clone --recursive 'https://github.com/atheme/atheme/' atheme-devel
cd atheme-devel
./configure 
make 
make install