Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 346 Bytes

mmoarpgserver

a simple mmoarpg game server base on skynet

build

For linux, install autoconf first for jemalloc

cd skynet
make 'PLATFORM'  # PLATFORM can be linux, macosx now

Or you can :

export PLAT=linux
make

#Test Run this in console

cd skynet/skynet
./skynet ../xjgame/etc/config.login