git clone https://github.com/mozilla-services/lua_sandbox.git
cd lua_sandbox
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=release ..
make
ctest
# 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