mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
1.0.0 Released
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
v1.0.0 (2016-7-11)
|
||||||
|
-----------
|
||||||
|
* Version 1.0.0 Released
|
||||||
|
|
||||||
v1.0.0-rc5 (2016-7-4)
|
v1.0.0-rc5 (2016-7-4)
|
||||||
-----------
|
-----------
|
||||||
* MongoDB : Support auth_scram_sha1
|
* MongoDB : Support auth_scram_sha1
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -1,3 +1,7 @@
|
|||||||
|
## Skynet
|
||||||
|
|
||||||
|
Skynet is a lightweight online game framework, and it can be used in many other fields.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
For Linux, install autoconf first for jemalloc:
|
For Linux, install autoconf first for jemalloc:
|
||||||
@@ -28,13 +32,11 @@ Run these in different consoles:
|
|||||||
|
|
||||||
## About Lua version
|
## About Lua version
|
||||||
|
|
||||||
Skynet now uses a modified version of lua 5.3.3 ( http://www.lua.org/ftp/lua-5.3.3.tar.gz ) .
|
Skynet now uses a modified version of lua 5.3.3 ( https://github.com/ejoy/lua/tree/skynet ) for multiple lua states.
|
||||||
|
|
||||||
For details: http://lua-users.org/lists/lua-l/2014-03/msg00489.html
|
|
||||||
|
|
||||||
You can also use official Lua versions, just edit the Makefile by yourself.
|
You can also use official Lua versions, just edit the Makefile by yourself.
|
||||||
|
|
||||||
## How To Use (Sorry, Only in Chinese now)
|
## How To Use (Sorry, Only in Chinese now)
|
||||||
|
|
||||||
* Read Wiki https://github.com/cloudwu/skynet/wiki
|
* Read Wiki for documents https://github.com/cloudwu/skynet/wiki
|
||||||
* The FAQ in wiki https://github.com/cloudwu/skynet/wiki/FAQ
|
* The FAQ in wiki https://github.com/cloudwu/skynet/wiki/FAQ
|
||||||
|
|||||||
Reference in New Issue
Block a user