1
0
Fork 0

Update INSTALL to reflect testing on macOS 12.6

Unfortunately, I don't have access to a later version of macOS (current
version 14.2).
This commit is contained in:
John Zaitseff 2024-01-05 12:24:43 +11:00
parent a9e9d3587e
commit 54dd94a42d
1 changed files with 5 additions and 6 deletions

11
INSTALL
View File

@ -239,8 +239,8 @@ Operating system Arch Compiler Notes
========================= ====== ============================ ============
FreeBSD 13.1 x86_64 Clang (LLVM) 13.0.0 [#freebsd1]_
NetBSD 9.2 x86_64 GNU C Compiler 7.5.0 [#netbsd1]_
macOS 12.5 x86_64 Apple Clang (LLVM) 13.1.6 [#macos1]_
macOS 12.5 x86_64 Apple Clang (LLVM) 13.1.6 [#macos2]_
macOS 12.6 x86_64 Apple Clang (LLVM) 14.0.0 [#macos1]_
macOS 12.6 x86_64 Apple Clang (LLVM) 14.0.0 [#macos2]_
Solaris 11.4.42 (x86_64) x86_64 GNU C Compiler 11.2.0 [#solaris1]_
Solaris 11.4.42 (x86_64) i386 GNU C Compiler 11.2.0 [#solaris2]_
Solaris 11.4.42 (x86_64) x86_64 Oracle Developer Studio 12.6 [#solaris3]_
@ -273,16 +273,15 @@ Cygwin 3.3.5 (Windows 7) i686 GNU C Compiler 11.3.0
``C.UTF-8`` locale works correctly.
.. [#macos1] macOS with Xcode command line tools, with the ``gettext``
package installed with Homebrew, using::
and ``pkg-config`` packages installed with Homebrew, using::
./configure --with-libintl-prefix=/usr/local/opt/gettext
./configure
.. [#macos2] macOS with Xcode command line tools, with the ``gettext``,
``ncurses`` and ``pkg-config`` packages installed with Homebrew,
using::
./configure --with-libintl-prefix=/usr/local/opt/gettext \
PKG_CONFIG_PATH=/usr/local/opt/ncurses/lib/pkgconfig
./configure PKG_CONFIG_PATH=/usr/local/opt/ncurses/lib/pkgconfig
.. [#solaris1] Solaris,
using::