diff options
| author | Fuwn <[email protected]> | 2023-05-06 02:29:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-06 02:29:11 -0700 |
| commit | c3b885d403ff2f37c4b2e07e5e7992949c5462ca (patch) | |
| tree | cce2d4f441b8a15098fb9d48c8780a837dd25cd3 /README.md | |
| parent | docs: bump copyright headers (diff) | |
| download | soyuz-c3b885d403ff2f37c4b2e07e5e7992949c5462ca.tar.xz soyuz-c3b885d403ff2f37c4b2e07e5e7992949c5462ca.zip | |
docs(readme): update build instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -18,10 +18,8 @@ Prebuilt binaries are located in the ### Building from source ```powershell -mkdir build -cd .\build\ -cmake .. -& "C:\Program Files\Microsoft Visual Studio\2022\Community\Msbuild\Current\Bin\MSBuild.exe" .\soyuz.sln /property:Configuration=MinSizeRel -m +cmake -B build +cmake --build build ``` ## "Startup" Support |