Skip to content
kyosold edited this page Sep 14, 2010 · 4 revisions

Welcome to the libserver wiki!

Depend:
libevent : http://monkey.org/~provos/libevent/

Install:
1. download source code: http://github.com/kyosold/libserver/downloads
2. tar xzvf libserver-version.tar.gz
3. cd libserver-version
4. ./configure
5. make
6. make install

simple start:
libserver -uroot -p11211 -o -x ./modules/mod.conf

You can view help:
libserver -h

Clone this wiki locally