aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BOOTSTRAP-MACOSX.cli16
1 files changed, 16 insertions, 0 deletions
diff --git a/BOOTSTRAP-MACOSX.cli b/BOOTSTRAP-MACOSX.cli
index efba245..caded96 100644
--- a/BOOTSTRAP-MACOSX.cli
+++ b/BOOTSTRAP-MACOSX.cli
@@ -26,5 +26,21 @@ To install Command Line Tools, run:
$ xcode-select --install
\
+Also, if you plan to install your own or use system-installed libraries, it
+is recommended to install the \c{pkg-config} utility available from
+\l{https://pkg-config.freedesktop.org pkg-config.freedesktop.org}. For
+example, to download, build, and install version \c{0.29.2} (the latest
+available at the time of writing), run:
+
+\
+$ curl -O https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz
+$ tar xfz pkg-config-0.29.2.tar.gz
+$ cd pkg-config-0.29.2
+$ ./configure --prefix=/usr/local CC=clang --with-internal-glib
+$ make
+$ sudo make install
+$ pkg-config --version
+\
+
Once this is done continue with \l{#BOOTSTRAP-UNIX Bootstrapping on UNIX}.
"