mirror of
https://git.zap.org.au/git/trader.git
synced 2024-12-04 14:46:45 -05:00
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:
parent
a9e9d3587e
commit
54dd94a42d
11
INSTALL
11
INSTALL
@ -239,8 +239,8 @@ Operating system Arch Compiler Notes
|
|||||||
========================= ====== ============================ ============
|
========================= ====== ============================ ============
|
||||||
FreeBSD 13.1 x86_64 Clang (LLVM) 13.0.0 [#freebsd1]_
|
FreeBSD 13.1 x86_64 Clang (LLVM) 13.0.0 [#freebsd1]_
|
||||||
NetBSD 9.2 x86_64 GNU C Compiler 7.5.0 [#netbsd1]_
|
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.6 x86_64 Apple Clang (LLVM) 14.0.0 [#macos1]_
|
||||||
macOS 12.5 x86_64 Apple Clang (LLVM) 13.1.6 [#macos2]_
|
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) 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) i386 GNU C Compiler 11.2.0 [#solaris2]_
|
||||||
Solaris 11.4.42 (x86_64) x86_64 Oracle Developer Studio 12.6 [#solaris3]_
|
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.
|
``C.UTF-8`` locale works correctly.
|
||||||
|
|
||||||
.. [#macos1] macOS with Xcode command line tools, with the ``gettext``
|
.. [#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``,
|
.. [#macos2] macOS with Xcode command line tools, with the ``gettext``,
|
||||||
``ncurses`` and ``pkg-config`` packages installed with Homebrew,
|
``ncurses`` and ``pkg-config`` packages installed with Homebrew,
|
||||||
using::
|
using::
|
||||||
|
|
||||||
./configure --with-libintl-prefix=/usr/local/opt/gettext \
|
./configure PKG_CONFIG_PATH=/usr/local/opt/ncurses/lib/pkgconfig
|
||||||
PKG_CONFIG_PATH=/usr/local/opt/ncurses/lib/pkgconfig
|
|
||||||
|
|
||||||
.. [#solaris1] Solaris,
|
.. [#solaris1] Solaris,
|
||||||
using::
|
using::
|
||||||
|
Loading…
Reference in New Issue
Block a user