Skip to content
Pryancito edited this page Jun 4, 2019 · 7 revisions

Installation on CentOS Redhat

$ sudo yum -y install epel-release
$ sudo yum -y install wget nano gcc cpp gcc-c++ openssl-devel sqlite-devel git make sudo icu-devtools libmicrohttpd-devel gettext autoconf automake libtool libmaxminddb-devel libmysqlclient-devel
$ git clone https://github.com/Pryancito/zeusircd.git
$ cd zeusircd
$ ./configure
$ make
$ ./Zeus -start

Installation on Debian Ubuntu

$ sudo apt-get install nano gcc cpp g++ libssl-dev libsqlite3-dev git make sudo libmicrohttpd-dev gettext libicu-dev autoconf automake openssl libtool libmaxminddb-dev libmysqlclient-dev
$ git clone https://github.com/Pryancito/zeusircd.git
$ cd zeusircd
$ ./configure
$ make
$ ./Zeus -start

Installation on FreeBSD 12

# pkg install gcc sqlite3 gmake libmicrohttpd gettext autoconf automake libtool git bash libmaxminddb libmysqlclient
$ git clone https://github.com/Pryancito/zeusircd.git
$ cd zeusircd
$ ./configure
$ gmake -f Makefile.bsd
$ ./Zeus -start

SSL and Config

Don't forget to edit the config, enjoy ! And if you want SSL support install certs by this way:

$ ./gencert
$ nano zeus.conf 

More info

Clone this wiki locally