Services: Difference between revisions
From Buzznet
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
<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 style="display: block; font-size: 1.17em; font-weight: bold;">Instalation | ||
</div> | |||
<!-- --></div> | |||
apt install pkg-config | apt install pkg-config | ||
Line 67: | Line 69: | ||
make install | make install | ||
</div> | </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