diff --git a/INSTALL b/INSTALL index 03edb415..4e22e563 100644 --- a/INSTALL +++ b/INSTALL @@ -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::