qsharp-runtime icon indicating copy to clipboard operation
qsharp-runtime copied to clipboard

Consider unifying the build instructions for different OSs.

Open kuzminrobin opened this issue 3 years ago • 0 comments

On https://github.com/microsoft/qsharp-runtime (README.md) the instructions to build are different for Win and for Linux/MacOS. Consider unifying to

For all OSs: bootstrap.ps1 dotnet build Simulation.sln dotnet build src\Simulation\Native\build\quantum-simulator.sln (Why this currently does not work? (requires separate steps)) dotnet test Simulation.sln

For Win (alternative way to build and run tests): Open Simulation.sln in VS, build, run tests.

kuzminrobin avatar Mar 18 '21 21:03 kuzminrobin