Services: Difference between revisions

From Buzznet
Jump to: navigation, search
No edit summary
Line 39: Line 39:
<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
  apt install argon2 libargon2-dev pkg-config
  apt install pkg-config


  git clone --recursive '<nowiki>https://github.com/atheme/atheme/'</nowiki> atheme-devel
  git clone --recursive '<nowiki>https://github.com/atheme/atheme/'</nowiki> atheme-devel
Line 45: Line 45:
  cd atheme-devel
  cd atheme-devel


  ./configure --with-argon2 --without-openssl
  ./configure  


  make  
  make  

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 pkg-config
git clone --recursive 'https://github.com/atheme/atheme/' atheme-devel
cd atheme-devel
./configure 
make 
make install