InspIRCD: Unterschied zwischen den Versionen

Aus niCe.team Resurrection
Wechseln zu: Navigation, Suche
K (Vorraussetzungen)
K (Setup)
Zeile 10: Zeile 10:
 
* Entpacken (tar xvf)
 
* Entpacken (tar xvf)
 
* ./configure
 
* ./configure
 +
 +
*************************************
 +
*        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

Version vom 14. Mai 2012, 11:15 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
  • 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