InspIRCD: Unterschied zwischen den Versionen

Aus niCe.team Resurrection
Wechseln zu: Navigation, Suche
K (Vorraussetzungen)
K (Vorraussetzungen)
Zeile 5: Zeile 5:
 
*GCC (apt-get install gcc)
 
*GCC (apt-get install gcc)
 
*G++ (apt-get install g++)
 
*G++ (apt-get install g++)
 +
*pkg-config für OpenTLS (apt-get install pkg-config)
  
 
== Setup ==
 
== Setup ==
 
* Entpacken (tar xvf)
 
* Entpacken (tar xvf)
 
* ./configure
 
* ./configure

Version vom 14. Mai 2012, 10:45 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