File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ v1.0.0 (2016-7-11)
2
+ -----------
3
+ * Version 1.0.0 Released
4
+
1
5
v1.0.0-rc5 (2016-7-4)
2
6
-----------
3
7
* MongoDB : Support auth_scram_sha1
Original file line number Diff line number Diff line change
1
+ ## Skynet
2
+
3
+ Skynet is a lightweight online game framework, and it can be used in many other fields.
4
+
1
5
## Build
2
6
3
7
For Linux, install autoconf first for jemalloc:
@@ -28,13 +32,11 @@ Run these in different consoles:
28
32
29
33
## About Lua version
30
34
31
- Skynet now uses a modified version of lua 5.3.3 ( http://www.lua.org/ftp/lua-5.3.3.tar.gz ) .
32
-
33
- For details: http://lua-users.org/lists/lua-l/2014-03/msg00489.html
35
+ Skynet now uses a modified version of lua 5.3.3 ( https://github.com/ejoy/lua/tree/skynet ) for multiple lua states.
34
36
35
37
You can also use official Lua versions, just edit the Makefile by yourself.
36
38
37
39
## How To Use (Sorry, Only in Chinese now)
38
40
39
- * Read Wiki https://github.com/cloudwu/skynet/wiki
41
+ * Read Wiki for documents https://github.com/cloudwu/skynet/wiki
40
42
* The FAQ in wiki https://github.com/cloudwu/skynet/wiki/FAQ
You can’t perform that action at this time.
0 commit comments