InspIRCD: Unterschied zwischen den Versionen
K (→Vorraussetzungen) |
K (→Vorraussetzungen) |
||
(3 dazwischenliegende Versionen desselben Benutzers werden 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) | ||
== Setup == | == Setup == | ||
* Entpacken (tar xvf) | * Entpacken (tar xvf) | ||
* ./configure | * ./configure | ||
+ | * make | ||
+ | |||
+ | <nowiki> | ||
+ | ************************************* | ||
+ | * 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 | ||
+ | </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