Skip to content

Commit

Permalink
Update building.md
Browse files Browse the repository at this point in the history
Updating OpenBSD related command for installing dependencies with proper packages to build 
libpng -> png 
googletest -> gtest
  • Loading branch information
nerfur authored and AJenbo committed Aug 20, 2023
1 parent 02ca96b commit eadfb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ cmake --build build -j $(sysctl -n hw.ncpu)
### Installing dependencies

```
pkg_add cmake sdl2 libsodium libpng bzip2 gmake googletest
pkg_add cmake sdl2 libsodium png bzip2 gmake gtest
```

### Compiling
Expand Down

0 comments on commit eadfb85

Please sign in to comment.