Skip to content

boostrack-oss/lua_sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites {#mainpage}

Optional (used for documentation)

lua_sandbox - UNIX Build Instructions

git clone https://github.com/mozilla-services/lua_sandbox.git
cd lua_sandbox 
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=release ..
make
ctest

lua_sandbox - Windows Build Instructions

# in a VS2013 command prompt window

git clone https://github.com/mozilla-services/lua_sandbox.git
cd lua_sandbox 
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=release -G "NMake Makefiles" ..
nmake

# To run the tests you must install
cmake -DCMAKE_INSTALL_PREFIX="" ..
nmake install DESTDIR=test
cd ..\src\test
..\..\release\test\lib\test_lua_sandbox.exe 

About

Generic Lua sandbox for dynamic data analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.2%
  • Lua 34.6%
  • C++ 1.2%