InspIRCD: Unterschied zwischen den Versionen

Aus niCe.team Resurrection
Wechseln zu: Navigation, Suche
K (Setup)
K (Vorraussetzungen)
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 5: Zeile 5:
 
*GCC (apt-get install gcc)
 
*GCC (apt-get install gcc)
 
*G++ (apt-get install g++)
 
*G++ (apt-get install g++)
 +
*gnuTLS (apt-get install gnutls-bin)
 
*pkg-config für OpenTLS (apt-get install pkg-config)
 
*pkg-config für OpenTLS (apt-get install pkg-config)
  
Zeile 10: Zeile 11:
 
* Entpacken (tar xvf)
 
* Entpacken (tar xvf)
 
* ./configure
 
* ./configure
 +
* make
  
 +
<nowiki>
 
*************************************
 
*************************************
 
*        BUILD COMPLETE!            *
 
*        BUILD COMPLETE!            *
Zeile 37: Zeile 40:
 
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>

Aktuelle Version vom 14. Mai 2012, 11:56 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++)
  • gnuTLS (apt-get install gnutls-bin)
  • 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