- Windows 7, 8, 10
- wxWidgets 3.x
- PugiXml (included as submodule)
- Update git submodules
- Download wxWidgets latest version (tested on 3.1.3)
- Set up and build wxWidgets (Release, x64) following the instructions in
docs/msw
. Set up WXWIN environment variable to the directory with wxWidgets (for example:c:\Dev\wxWidgets-3.1.3\
). - Use CMake to generate a Visual Studio solution and build EyeLeo for x86_64. Example script for the Visual Studio 2019:
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
set WXWIN=c:\Dev\wxWidgets-3.1.3\
cmake -Bwindowsbuild .
cmake --build windowsbuild --config Release