Skip to content

Simple Game Service for IRC with loadable/unloadable modules

Notifications You must be signed in to change notification settings

Gekinzuku/GameServ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
James Danielson
Feb 2, 2011
0ec3983 · Feb 2, 2011

History

1 Commit
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011
Feb 2, 2011

Repository files navigation

Mysql support needs: libmysqlclient16

Compiling (With mysql support): 
g++ main.cpp irc.cpp game.cpp -o GameServ -lmysqlclient

Compiling (Without mysql support): 
Same as above only without "-lmysqlclient" be sure to comment out the line "#define USE_MYSQL" in defines.h as well.

For Windows support: (Experimental)
Comment out "#define LINUX" and uncomment "#define WINDOWS" in defines.h

About

Simple Game Service for IRC with loadable/unloadable modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages