mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
rewrite makefile, and remove luacode cache.
This commit is contained in:
10
README.md
10
README.md
@@ -1,9 +1,7 @@
|
||||
## Build
|
||||
|
||||
Install lua 5.2 first.
|
||||
|
||||
```
|
||||
make
|
||||
make 'PLATFORM' # PLATFORM can be linux, macosx, freebsd now
|
||||
```
|
||||
|
||||
## Test
|
||||
@@ -11,9 +9,8 @@ make
|
||||
Run these in different console
|
||||
|
||||
```
|
||||
./skynet config # Launch first skynet node (Gate server) and a skynet-master (see config for standalone option)
|
||||
./skynet config_log # Launch second skynet node (Global logger server)
|
||||
./client 127.0.0.1 8888 # Launch a client, and try to input some words.
|
||||
./skynet examples/config # Launch first skynet node (Gate server) and a skynet-master (see config for standalone option)
|
||||
./client 127.0.0.1 8888 # Launch a client, and try to input some words.
|
||||
```
|
||||
|
||||
## Blog (in Chinese)
|
||||
@@ -21,3 +18,4 @@ Run these in different console
|
||||
* http://blog.codingnow.com/2012/09/the_design_of_skynet.html
|
||||
* http://blog.codingnow.com/2012/08/skynet.html
|
||||
* http://blog.codingnow.com/2012/08/skynet_harbor_rpc.html
|
||||
* http://blog.codingnow.com/eo/skynet/
|
||||
|
||||
Reference in New Issue
Block a user