From 40ef9f33ba16265e7f0dddb625fa94ad4d2b5afe Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 25 Mar 2022 23:09:18 -0600 Subject: added macOS instructions --- config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index b1dc3d8..b08f862 100644 --- a/config.mk +++ b/config.mk @@ -2,6 +2,9 @@ PREFIX = /usr/local/bin LIB_PREFIX = ${PREFIX}/lib INCLUDE_PREFIX = /usr/include +# comment the line above and uncomment the following line +# if you are building on macOS, otherwise it is optional +#INCLUDE_PREFIX = /usr/local/include # manual install location MANPREFIX = ${PREFIX}/share/man -- cgit v1.2.3