diff options
| author | pengxuanzheng <[email protected]> | 2020-09-10 11:44:09 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2020-09-10 11:44:09 +0800 |
| commit | c267f5b51a7014dcd95112cc53a11182b44b5936 (patch) | |
| tree | 00b585c970618bac6c209ce1220355d127921fc9 | |
| parent | 0864e4a78a8412de14e1269ac0171836a2d65880 (diff) | |
Delete readme.md
| -rw-r--r-- | readme.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/readme.md b/readme.md deleted file mode 100644 index dbd2317..0000000 --- a/readme.md +++ /dev/null @@ -1,15 +0,0 @@ -****************************************************** -这个库需要依赖3rd里面的luajit库,与标准luajit库有区别 - -编译方法: -首先先编译luajit库 -1, cd tsg_lua_module/3rd/LuaJIT-2.1 -2,make - -然后编译tsglua -1,cd tsg_lua_module/src -2, mkdir build -3, cd build && cmake .. -4, make -5, cp libtsglua.* ../../lib - |
