Everything should be for Windows and 64-bit
- Install CLion
- Install Ximea API
- Install node.js (for testing UDP)
- Install Intel OpenCL SDK
- Install msys2
- Install mingw and boost
- Based on https://github.com/orlp/dev-on-windows/wiki/Installing-GCC--&-MSYS2
pacman -Syuuclose terminal and repeat until all updatedpacman -S --needed base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmakepacman -Sy mingw-w64-x86_64-boost
- Set Clion to use msys2 mingw64
- Use
C:\msys64\mingw64\bin\cmake.exeinstead of embedded cmake
- Use
- Copy
xiapi64.dllandlibboost_system-mt.dllto build folderxiApi\xiapi64.dllC:\msys64\mingw64\bin\libboost_system-mt.dll