InspIRCD
Download
https://github.com/downloads/inspircd/inspircd/InspIRCd-2.0.6rc1.tar.bz2
Vorraussetzungen
- GCC (apt-get install gcc)
- G++ (apt-get install g++)
- pkg-config für OpenTLS (apt-get install pkg-config)
Setup
- Entpacken (tar xvf)
- ./configure
- make
************************************* * BUILD COMPLETE! * * * * To install InspIRCd, type: * * make install * ************************************* ircd@webserver:~/inspircd$ make install ************************************* * BUILDING INSPIRCD * * * * This will take a *long* time. * * Why not read our wiki at * * http://wiki.inspircd.org * * while you wait for make to run? * ************************************* ************************************* * INSTALL COMPLETE! * ************************************* Paths: Base install: /home/ircd/inspircd/run Configuration: /home/ircd/inspircd/run/conf Binaries: /home/ircd/inspircd/run/bin Modules: /home/ircd/inspircd/run/modules To start the ircd, run: /home/ircd/inspircd/run/inspircd start Remember to edit your config file: /home/ircd/inspircd/run/conf/inspircd.conf