Changes between Version 391 and Version 392 of BuildInstructions


Ignore:
Timestamp:
Jan 22, 2021, 3:06:31 PM (3 years ago)
Author:
Langbart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v391 v392  
    424424   * Open a Terminal window and enter `xcode-select --install`.
    4254252. Install the rust toolchain.
    426    * Open a Terminal window and enter `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`.
     426   * (recommended) If you have [https://brew.sh/ Homebrew] installed, use [https://formulae.brew.sh/formula/rust `brew install rust`].
     427   * Alternatively, open a Terminal window and enter `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`.
    427428   * See https://www.rust-lang.org/tools/install for more information.
    4284293. CMake:
    429    * (recommended) If you have [https://brew.sh/ Homebrew] installed, use [https://brewformulas.org/Cmake `brew install cmake`].
     430   * (recommended) If you have [https://brew.sh/ Homebrew] installed, use [https://formulae.brew.sh/formula/cmake `brew install cmake`].
    430431   * Alternatively, download a prebuilt macOS package at https://cmake.org/download/. If prompted, choose to install the "CMake command line tools" to the **default location**.
    431432     * '''Note:''' Recent versions have no installer, so after copying the app bundle to '''Applications''', you need to run CMake with elevated permissions to install the command line tools. From the terminal: `sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install`.