Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
armeetj authored Jul 24, 2024
1 parent d317ee8 commit 197a6f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,14 +435,16 @@ source ./emsdk_env.sh
```bash
git clone <link>
```
1. Change directory
3. Change directory
```bash
cd game-engine/slyce
```
1. Run build command
4. Run build command
```bash
make
make NO_ASAN=true all
```
ASAN is a debugging tool and not needed in the final product. <br/>
If you forget to include the NO_ASAN flag, performance will suffer and demos will stutter.
5. Open game in browser. Choose fullscreen mode (show cursor).
```bash
http://localhost:8000/bin/slyce.html
Expand Down

0 comments on commit 197a6f8

Please sign in to comment.