Skip to content

Commit

Permalink
1.0.0 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Jul 11, 2016
1 parent fd1b230 commit 9753828
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.0.0 (2016-7-11)
-----------
* Version 1.0.0 Released

v1.0.0-rc5 (2016-7-4)
-----------
* MongoDB : Support auth_scram_sha1
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Skynet

Skynet is a lightweight online game framework, and it can be used in many other fields.

## Build

For Linux, install autoconf first for jemalloc:
Expand Down Expand Up @@ -28,13 +32,11 @@ Run these in different consoles:

## 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 ) .

For details: http://lua-users.org/lists/lua-l/2014-03/msg00489.html
Skynet now uses a modified version of lua 5.3.3 ( https://github.com/ejoy/lua/tree/skynet ) for multiple lua states.

You can also use official Lua versions, just edit the Makefile by yourself.

## 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

0 comments on commit 9753828

Please sign in to comment.