Name Last Update
config Loading commit data...
docs Loading commit data...
publish Loading commit data...
robot Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.luacheckrc Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
kill.sh Loading commit data...
run.sh Loading commit data...
skynet @ b3902c89923

README.md

## ubuntu18.04环境下编译skynet 编译步骤

  1. 环境安装
  2. 编译安装jemalloc(使用github镜像链接)
  3. 编译skynet
$ sudo apt-get install autoconf libreadline-dev gcc g++ make -y
$ git clone --depth=1 https://github.com.cnpmjs.org/jemalloc/jemalloc.git skynet/3rd/jemalloc
$ cd skynet/3rd/jemalloc
$ ./autogen.sh --with-jemalloc-prefix=je_ && make && sudo make install && cd -
$ make linux

快速开始

$ copy database
$ cd redis-4.0.1
$ make install
$ redis-server database/redis.conf
$ cd server
$ sh restart.sh

重启

cd server
sh restart.sh