winapi
winapi copied to clipboard
could you explain, how to build this project?
Hi I would love to use this project, but I don´t know how to build it. thank you
So when I was feeling out this library, I found these links to pre-built images:
- winapi 1.3, Lua 5.1 32-bit
- winapi 1.3, Lua 5.1 32-bit
- winapi 1.3, Lua 5.2 32-bit
- winapi 1.3, Lua 5.1 64-bit
- winapi 1.3, Lua 5.2 64-bit
If you want to build the project, though, the steps I took:
- Install MinGW with all the developer tools. Make sure it's in your path or open a cmd prompt & place it in your path.
- Edit build-gcc.bat and set LUA_INCLUDE and LUA_LIB to the proper directories for your system. Right now they're hardcoded for Steve's PC, but maybe they'll work if your name is Steve, too. :)
- Run build-gcc.bat
This is admittedly a little terse, but potentially you can fill in the gaps.