mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 01:12:19 -05:00
add pkgconfig to the list of dependencies for mac (#923)
* add pkgconfig to the list of dependencies for mac lots of people are trying to build and they don't have pkg-config in their paths. hopefully this removes some confusion. * add cmake to mac deps
This commit is contained in:
parent
3c1d28b081
commit
1ca64b1fdf
@ -48,7 +48,7 @@ make -j $(nproc) OPTFLAGS=-O2 DEBUG=0
|
||||
|
||||
## macOS
|
||||
|
||||
1. Requires Xcode (or xcode-tools) && `sdl2, libpng, glew, dylibbundler` (can be installed via brew, etc)
|
||||
1. Requires Xcode (or xcode-tools) && `sdl2, libpng, glew, cmake, pkgconfig, dylibbundler` (can be installed via homebrew, macports, etc)
|
||||
```bash
|
||||
# Clone the repo
|
||||
git clone https://github.com/HarbourMasters/Shipwright.git
|
||||
|
Loading…
Reference in New Issue
Block a user