Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Jan 15, 2024
1 parent 77f937e commit 577872e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,18 @@ make

### BSD

- FreeBSD:

``` shell
su root -c "pkg install -y git gmake pkgconf SDL2 glew lang/gcc"
cd platforms/bsd
gmake
```

- NetBSD:

``` shell
su root -c "pkgin install gmake pkgconf SDL2 glew"
su root -c "pkgin install gmake pkgconf SDL2 glew lang/gcc"
cd platforms/bsd
gmake
```
Expand Down

0 comments on commit 577872e

Please sign in to comment.