diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-20 16:47:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-20 16:47:38 +0200 |
commit | 4e7b8b10ec284e4a381d1aff031137b8a4ac58ed (patch) | |
tree | 0e3cc019f296767e43eb397f6e52ea583776f5f7 /BOOTSTRAP-MACOSX.cli | |
parent | eb55f9b9b5df5678df0b30f4a0af9f35fcbc4be4 (diff) |
Update installation instructions with GNU make bootstrap
Diffstat (limited to 'BOOTSTRAP-MACOSX.cli')
-rw-r--r-- | BOOTSTRAP-MACOSX.cli | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/BOOTSTRAP-MACOSX.cli b/BOOTSTRAP-MACOSX.cli index caded96..efba245 100644 --- a/BOOTSTRAP-MACOSX.cli +++ b/BOOTSTRAP-MACOSX.cli @@ -26,21 +26,5 @@ 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}. " |