From d928626a3850350ca3bab61be01533d461ced41b Mon Sep 17 00:00:00 2001 From: mikolajp Date: Sun, 25 Feb 2018 22:07:10 +0800 Subject: [PATCH] Add macos pkg-config fix instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b09d4ae7..997d9baee 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ On macos, you need to make sure `pkg-config` uses the correct homebrew path. The `export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig/` should setup the `pkg-config` path correctly, solving errors with homebrew package discovery (notably with `openssl` paths). +## Configuration & compilation 1. Install all required dependencies. 2. `git submodule init` in the urbit repository