File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ The core design is reference from [asio](https://github.com/chriskohlhoff/asio)
2626## Intergation guides:
2727### cpp intergation:
2828Compile yasio\xxsocket.cpp yasio\yasio.cpp with your project
29- cpptest: https://github.com/halx99/yasio/blob/master/msvc/cpptest/cpptest.cpp
29+ [ cpptest] ( https://github.com/halx99/yasio/blob/master/msvc/cpptest/cpptest.cpp )
3030
3131
3232### Lua intergation:
3333#### common lua application integration:
34341 . Compile ``` yasio\xxsocket.cpp ``` ``` yasio\yasio.cpp ``` ``` yasio\ibstream.cpp ``` ``` yasio\obstream.cpp ``` ``` yasio\impl\lyasio.cpp ``` with your project
35352 . call luaopen_yasio after LUA VM initialized.
36- luatest(windows user): open https://github.com/halx99/yasio/blob/master/msvc/luatest/luatest.xsxproj by x-studio365 IDE
36+ luatest(windows user): open [ luatest.xsxproj ] ( https://github.com/halx99/yasio/blob/master/msvc/luatest/luatest.xsxproj ) by x-studio365 IDE
3737
3838#### cocos2d-x lua integration:
39391 . Copy the folder ``` yasio ``` to cocos2d-x engine's folder ``` external ``` , ``` yasio ``` as sub directory of ``` external ```
@@ -84,7 +84,7 @@ Just like:
8484
8585
8686#### JS demo:
87- see: https://github.com/halx99/yasio/blob/master/msvc/jstest/example.js
87+ see: [ example.js ] ( https://github.com/halx99/yasio/blob/master/msvc/jstest/example.js )
8888
8989
9090## Quick test at linux platform with gcc compiler:
You can’t perform that action at this time.
0 commit comments