Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jinjiazhang/protolua
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjiazhang committed Dec 15, 2017
2 parents ae20256 + 428175f commit f2574e6
Show file tree
Hide file tree
Showing 8 changed files with 707 additions and 2,664 deletions.
14 changes: 13 additions & 1 deletion libs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
Protocol Buffers for lua
===================================================

https://github.com/jinjiazhang/protolua/
https://github.com/jinjiazhang/protolua/

## Windows
**lua.exe; liblua.lib:** compile by vs2008<br>
**libprotobuf.lib:** compile by vs2008<br>
**protolua.dll:** compile by vs2008<br>
**run test:** .\lua.exe test.lua

## Linux
**lua; liblua.a:** cd lua-5.3.4 && make linux MYCFLAGS=-fPIC<br>
**libprotobuf.a:** cd protobuf-3.4.1 && ./configure --with-pic && make<br>
**protolua.so:** cd protolua && make<br>
**run test:** ./lua test.lua
Loading

0 comments on commit f2574e6

Please sign in to comment.