ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
616 stars 104 forks source link

New Windows build steps: #715

Closed AEW2015 closed 2 weeks ago

AEW2015 commented 6 months ago

I need to run this to build on windows:

AEW2015 commented 6 months ago

Ok you can use the ninja files, just instead of make do this cmake --build . -j4 or ninja -j4

azonenberg commented 2 weeks ago

Fixed in current docs