Changes between Version 5 and Version 6 of BuildInstructionsGettingTheCode


Ignore:
Timestamp:
Apr 30, 2022, 5:17:57 PM (2 years ago)
Author:
Langbart
Comment:

macOS SVN/ GIT update

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructionsGettingTheCode

    v5 v6  
    77 * Download and install [https://tortoisegit.org/ TortoiseGit]. (Make sure you reboot when it asks you to.)
    88
    9 == MacOS ==
    10 Both `Subversion (SVN)` and `Git` are installed by default on OSX and Mac OS, there is no need to download them.
     9== macOS ==
     10* Git is part of the `Xcode Command Line Tools` package, and can be installed via the GUI or the terminal.
     11{{{
     12#!sh
     13xcode-select --install
     14}}}
    1115
    12 '''Note:''' On M1 macs SVN is not longer available and you need to install it for instance using [http://brew.sh Brew].
    13 
     16* SVN is no longer part of the `Xcode Command Line Tools` package, but can be installed, e.g. via [http://brew.sh Homebrew].
    1417{{{
    1518#!sh