From 36d314889f0f33bcab49c15de44af641fef04af1 Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Sun, 24 Oct 2021 15:05:39 +0200 Subject: [PATCH] add more macOS info to INSTALL GitHub user "watkit" reported to have needed make CPPFLAGS=-I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers/ to build ssocr on a 2020 m1 Mac mini. --- INSTALL | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index e0f2eac..b58ecc9 100644 --- a/INSTALL +++ b/INSTALL @@ -51,8 +51,10 @@ Platform Specifics - I am testing on GNU/Linux only - I am testing with GCC only - On Windows, you may need to rename the binary from ssocr to ssocr.exe -- On macOS, you may need to specify the X11 include path manually, using e.g. - make CPPFLAGS=-I/opt/X11/include +- On macOS, you may need to specify the X11 include path manually. + The following have been reported as working on macOS at some time: + - make CPPFLAGS=-I/opt/X11/include + - make CPPFLAGS=-I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers/ C Compiler Problems: --------------------