diff options
author | Sven Gothel <[email protected]> | 2023-05-04 17:28:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-04 17:28:51 +0200 |
commit | 986dc527acf5aa27d244cb15d7a024ae8ca4ed17 (patch) | |
tree | 99a5598ab5b5b0707e411780b86a9ec490586e49 | |
parent | f702eb7a5dcb1b5ede5a48ba17b558991285220f (diff) |
HowToBuild: MacOS: Detail cmake commandline installation and mention 7-Zip
-rw-r--r-- | doc/HowToBuild.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 942e60677..c4216a1cc 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -207,9 +207,13 @@ ln -s libudev.so.1 libudev.so <ul> <li>git ≥ 2.37 provided by Xcode ≥ 14</li> <li>awk is provided by MacOS</li> - <li><a href="https://cmake.org/">CMake 3.25.1</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="https://cmake.org/">CMake 3.25.1</a>, and install the <a href="https://stackoverflow.com/questions/30668601/installing-cmake-command-line-tools-on-a-mac">command line tools</a> + <ul> + <li>Install symlinks to <i>/usr/local/bin</i>, run: <i>sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install</i></li> + </ul></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> + <li><a href="https://7-zip.org/">7-Zip 21.07</a> x86_64 and arm64 version</li> </ul> Prepare fat universal OpenJDK libraries <ul> |