Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonliang-dev committed Nov 1, 2023
1 parent d42b579 commit 0e5521a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ An optimized build of Spry using MSVC looks like this:
cl /std:c++17 /O2 /EHsc /DNOMINMAX /DRELEASE /Isrc/deps/box2d src/spry.cpp
```

Depending on your platform, you might need to link to some system libraries.
See [`build.bat`](https://github.com/jasonliang-dev/spry/blob/master/build.bat)
and [`build.sh`](https://github.com/jasonliang-dev/spry/blob/master/build.sh)
for details.

## Shoutouts

Special thanks to:
Expand Down

0 comments on commit 0e5521a

Please sign in to comment.