From c36b891d9befc0b465333d39ace905dc036f404f Mon Sep 17 00:00:00 2001 From: Jeffrey Crowell Date: Mon, 25 Jul 2022 18:55:41 -0400 Subject: [PATCH] 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 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 1821f2bc3..70ddd16b4 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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