@@ -66,12 +66,12 @@ If you simply want to _run_ Utopia, you can do so via a [ready-to-use docker ima
### Step-by-step Instructions
These instructions are intended for 'clean' __macOS__ (both Intel and Apple Silicon) or __Ubuntu__ (20.04 or newer) setups.
These instructions are intended for 'clean' __macOS__ (both Intel and Apple Silicon) or recent __Ubuntu__ setups.
Since __Windows__ supports the installation of Ubuntu via [Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux), Utopia can also be used on Windows.
Follow the [WSL Installation Guide](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to install Ubuntu, then follow the instructions for Ubuntu in this README.
**Note:** Utopia is always tested against a recent Ubuntu release.
However, you may also use Utopia with an earlier release, as long as the [dependencies](#dependencies) can be fulfilled.
**Note:** Utopia is always tested against a recent Ubuntu release, currently [Ubuntu 22.04](https://releases.ubuntu.com/22.04/).
However, you can use Utopia with any earlier release, as long as the [dependencies](#dependencies) can be fulfilled.
⚠️ If you encounter difficulties, have a look at the [**troubleshooting section**](#troubleshooting).
If this does not resolve your installation problems, [please file an issue in the GitLab project][Utopia-new-issue].
@@ -80,8 +80,7 @@ If this does not resolve your installation problems, [please file an issue in th
#### 1 — Clone Utopia
First, create a `Utopia` directory at a place of your choice.
This is where the Utopia repository will be cloned to.
When working with or developing for Utopia, auxiliary data will have a place
there as well.
When working with or developing for Utopia, auxiliary data will have a place there as well.
In your terminal, enter the `Utopia` directory you just created and invoke the clone command:
@@ -102,7 +101,7 @@ Install the third-party dependencies using a package manager.
However, notice that there might be issues during [the configuration step](#4-configure-and-build).
Have a look at the [troubleshooting](#troubleshooting) section to see how to address them.