After pulling down the latest github xlights-master.zip. I am following the instructions in the README.windows file.
The instructions seem current, they refer to the latest and greatest versions of the tools and bundles.
I am installing on a Win8.1 64-bit machine.
codeblocks-16.01-setup.exe [installed to default C:\Program Files (x86)\CodeBlocks]
mingw-w64-install.exe [installed to default C:\Program Files (x86)\mingw-w64]
wxMSW-3.0.2-Setup.exe [installed this to C:\dev\wxWidgets-3.0.2]
I built the wxWidgets without trouble.
The problem is with the code-blocks configuration... in step c.3 it talks about a Search sub-tab under Compiler... I don't see this... the box list is empty and no sub-tabs exist.
Similarly, the Linker sub-tab is not there in step c.4.
I tried to setup the toolchain executable in c.6 and nothing that I entered seemed to match so that the auto-detect would see the compiler.
I then downloaded a different code blocks package... codeblocks-16.01mingw-setup.exe and the toolchain step NOW works with auto-detect and the documented path. (so -- step 'a' should be updated).
Still, I can't complete steps c.3 and c.4 since the sub-tabs are not present.
I suspect that the problem has to do with the selected compiler (pull-down menu) in Settings/Compiler. It is set to "GNU GCC Compiler". I cannot find a MinGW option in that pull-down list.
Any ideas?
If someone has done this with the current tool versions, maybe you can walk me through the procedure with Zoom or another desktop-sharing tool. I can then update the README.windows file to describe the current procedure.
Thanks!
Steve