scopehal-apps
scopehal-apps copied to clipboard
New Windows build steps:
I need to run this to build on windows:
- pacman -S mingw-w64-ucrt-x86_64-make
- cmake .. -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release
- mingw32-make -j4
Ok you can use the ninja files, just instead of make do this
cmake --build . -j4 or ninja -j4
Fixed in current docs