Skip to content

Commit

Permalink
Tweaked building instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler authored Dec 31, 2020
1 parent 9c3d894 commit 68b0476
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
Visual Studio 2017 (2019 should also work, but I haven't tested it)

## Building
For an uncompressed build using Visual Studio: open `demo.sln`, switch to the `Release|x86` configuration, and build/run the `demo` project.
For a basic compressed build: run `build.bat` (with no arguments).
To shrink the executable further (e.g. for release): run `build.bat` *again* with the argument `improve`. Warning: this could take a while!
To reproduce an already-released build: place the corresponding repro file in the project root directory and run `build repro <repro_file_name>`.
For an uncompressed build using Visual Studio: open `demo.sln`, switch to the `Release|x86` configuration, and build/run the `demo` project.\
For a basic compressed build: run `build.bat` (with no arguments).\
To shrink the executable further (e.g. for release): run `build.bat` *again* with the argument `improve`. Warning: this could take a while!\
To reproduce an already-released build: place the corresponding repro file in the project root directory and run
```
build repro <repro_file_name>
```

0 comments on commit 68b0476

Please sign in to comment.