Installing the game on MacOS: Difference between revisions

From Vintage Story Wiki
Line 25: Line 25:


# First of all: Make sure you have the latest Command Line Tools for Xcode installed (they come with the OS but you may not have used them before now), otherwise Cairo won't install correctly!
# First of all: Make sure you have the latest Command Line Tools for Xcode installed (they come with the OS but you may not have used them before now), otherwise Cairo won't install correctly!
# As described above, download an installer for x64 .NET Runtime from [https://dotnet.microsoft.com/en-us/download/dotnet/7.0 Microsoft]. As above, make sure to get the x64 Version - not the Arm64 version (for now)!  .NET Runtime 7.0.14 is recommended  
# As described above, download an installer for x64 .NET Runtime from [https://dotnet.microsoft.com/en-us/download/dotnet/7.0 Microsoft]. As above, make sure to get the x64 Version - not the Arm64 version (for now)!  .NET Runtime 7.0.15 is recommended. [https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-7.0.15-macos-x64-installer Direct Download Link]
# Install .NET Runtime by typing the following in Terminal:
# Install .NET Runtime by typing the following in Terminal:
::: <code>arch -x86_64 sudo installer -pkg dotnet-runtime-7.0.14-osx-x64.pkg -target /</code>
::: <code>arch -x86_64 sudo installer -pkg dotnet-runtime-7.0.15-osx-x64.pkg -target /</code>
:: (You might need to tweak the filename here based on the version you've downloaded at step 2.)
:: (You might need to tweak the filename here based on the version you've downloaded at step 2.)
:  &nbsp;4. (If you don't have Homebrew set up already:) Install Homebrew for x64 using these five commands in Terminal:
:  &nbsp;4. (If you don't have Homebrew set up already:) Install Homebrew for x64 using these five commands in Terminal: