A taskbar thingy
- Clone the git repo and include external dependencies.
- Start a console with Visual C/C++ environment variables (which can be done by running
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat
in a cmd instance). - CD to
ext/LuaJIT/src
and runmsvcbuild.bat
to build LuaJIT. - CD back to wblocks root and run
msvcbuild.bat
to build wblocks. - Run
wblocks.exe
inbin
. - Write some cool blocks in Lua.
- ???
- Profit
GNU GPLv3