InspIRCD: Unterschied zwischen den Versionen

Aus niCe.team Resurrection
Wechseln zu: Navigation, Suche
K (Setup)
K (Setup)
Zeile 10: Zeile 10:
 
* Entpacken (tar xvf)
 
* Entpacken (tar xvf)
 
* ./configure
 
* ./configure
 +
* make
  
 +
<nowiki>
 
*************************************
 
*************************************
 
*        BUILD COMPLETE!            *
 
*        BUILD COMPLETE!            *
Zeile 37: Zeile 39:
 
To start the ircd, run: /home/ircd/inspircd/run/inspircd start
 
To start the ircd, run: /home/ircd/inspircd/run/inspircd start
 
Remember to edit your config file: /home/ircd/inspircd/run/conf/inspircd.conf
 
Remember to edit your config file: /home/ircd/inspircd/run/conf/inspircd.conf
 +
</nowiki>

Version vom 14. Mai 2012, 11:16 Uhr

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