Skip to content

Commit

Permalink
linux库及编译脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Mar 1, 2017
1 parent 6041284 commit 3b9b828
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 0 deletions.
Binary file added Assets/Plugins/x86/libxlua.so
Binary file not shown.
76 changes: 76 additions & 0 deletions Assets/Plugins/x86/libxlua.so.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Plugins/x86_64/libxlua.so
Binary file not shown.
76 changes: 76 additions & 0 deletions Assets/Plugins/x86_64/libxlua.so.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions build/make_linux32_lua53.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdir -p build_linux32 && cd build_linux32
cmake -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_SHARED_LINKER_FLAGS=-m32 ../
cd ..
cmake --build build_linux32 --config Release

5 changes: 5 additions & 0 deletions build/make_linux64_lua53.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdir -p build_linux64 && cd build_linux64
cmake ../
cd ..
cmake --build build_linux64 --config Release

0 comments on commit 3b9b828

Please sign in to comment.