Skip to content

Commit

Permalink
Add compilation steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpcmcquen committed Feb 2, 2020
1 parent 1bbb571 commit 49e0196
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -93,3 +93,19 @@ brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf
5. Profit.

---

### Compiling:

#### Linux & Mac:

```
make
```

#### Windows:

```
nmake
```

---

0 comments on commit 49e0196

Please sign in to comment.