sergeybe / gulprun

Lua environment for scientific gulp package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instruction to build

Run those commands foe MinGW:

mkdir build
cd build
cmake -LA -G "MinGW Makefiles" ..
mingw32-make

Runs those commans for VS 2013:

mkdir build
cd build
cmake ..

About

Lua environment for scientific gulp package


Languages

Language:C 94.3%Language:Lua 5.7%