aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-04 17:28:36 +0200
committerSven Gothel <[email protected]>2023-05-04 17:28:36 +0200
commit69f72ff942f8c4dfb990a9d816a18867e220854b (patch)
tree0b0a765c9d1eeeb875a0f2239dbf70d7f0156c16 /doc
parent704cadb26e1b98e613a4faea94d9b8d7e308d1ea (diff)
HowToBuild: MacOS: Detail cmake commandline installation and mention 7-Zip
Diffstat (limited to 'doc')
-rw-r--r--doc/HowToBuild.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html
index f4e32a7..5265ac3 100644
--- a/doc/HowToBuild.html
+++ b/doc/HowToBuild.html
@@ -139,9 +139,13 @@ apt-get install kernel-package build-essential
<ul>
<li>git &ge; 2.37 provided by Xcode &ge; 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>