-
Notifications
You must be signed in to change notification settings - Fork 0
Gekinzuku/GameServ
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published