From 9375a012a35c474b94fbd0e5b0bebbb96e7d8064 Mon Sep 17 00:00:00 2001 From: Steffen Deusch Date: Fri, 13 Dec 2024 18:38:43 +0100 Subject: [PATCH] fix spelling of macOS in INSTALL.md --- HOWTO/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index ecd8b4402023..eb99c8e15e20 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -598,7 +598,7 @@ On Linux, a static library is built as follows: $ make && sudo make install $ export PATH=/usr/local/bin:$PATH -On macOs, a static library compatible with macOS 13 (Ventura) and later is built +On macOS, a static library compatible with macOS 13 (Ventura) and later is built as follows: $ ./configure --prefix=/usr/local --with-macosx-version-min=13.0 --disable-shared