diff options
author | Sven Gothel <[email protected]> | 2023-01-14 17:41:44 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-14 17:41:44 +0100 |
commit | 2fc456b93588f9a6973403cb27409bbf54ecbef4 (patch) | |
tree | cfb713049ff37e06cd4ae7db790b004982b8cdd8 /doc | |
parent | 0b441cfc14947b1c8cabdc87705ae95a0afec4d9 (diff) |
MacOS: Add fat universal build w/ x86_64 + aarch64; Bump min SDK version >= 11.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HowToBuild.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 168cc27..941cf88 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -55,7 +55,7 @@ <li> Use your Unix distribution's version, if available, or</li> <li> <a href="http://www.kernel.org/pub/software/scm/git/">Source Code for GNU/Linux, MacOS, ..</a>, or</li> <li> Git on Windows is provided by <a href="https://cygwin.com">cygwin</a></li> - <li> Git ≥ 2.11 on MacOS is provided by Xcode ≥ 8.3.3</li> + <li> Git ≥ 2.37 provided by Xcode ≥ 14</li> </ul> </li> @@ -146,11 +146,11 @@ apt-get install lib32z1 lib32ncurses5 gcc-multilib lib32gcc1 lib32gomp1 lib32itm </li> <li> <b>MacOS and iOS</b> Intel and Arm64 <ul> - <li>git ≥ 2.11 provided by Xcode ≥ 8.3.3</li> + <li>git ≥ 2.37 provided by Xcode ≥ 14</li> <li>awk is provided by MacOS</li> <li><a href="https://cmake.org/">CMake 3.15.2</a>, and install the <a href="https://stackoverflow.com/questions/30668601/installing-cmake-command-line-tools-on-a-mac">command line tools</a></li> - <li><a href="http://www.apple.com/macosx/">Mac OS</a> 10.13 or later (note: may not work with earlier releases) </li> - <li><a href="http://developer.apple.com/technologies/xcode.html">Xcode</a> 8.3.3 or later for gcc, etc (included in MacOS)</li> + <li><a href="http://www.apple.com/macosx/">Mac OS</a> 11 or later (note: may not work with earlier releases) </li> + <li><a href="http://developer.apple.com/technologies/xcode.html">Xcode</a> 14 or later for clang, etc (included in MacOS)</li> </ul> </li> <li> <b>Windows</b>/x86 (32 bit) |