winapi icon indicating copy to clipboard operation
winapi copied to clipboard

could you explain, how to build this project?

Open Fantalic opened this issue 7 years ago • 1 comments

Hi I would love to use this project, but I don´t know how to build it. thank you

Fantalic avatar Feb 12 '18 15:02 Fantalic

So when I was feeling out this library, I found these links to pre-built images:

If you want to build the project, though, the steps I took:

  1. Install MinGW with all the developer tools. Make sure it's in your path or open a cmd prompt & place it in your path.
  2. 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. :)
  3. Run build-gcc.bat

This is admittedly a little terse, but potentially you can fill in the gaps.

blobbyblob avatar May 12 '18 15:05 blobbyblob