-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Ubuntu 20.04 from build instructions
- Loading branch information
Showing
1 changed file
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,8 @@ | ||
# Prerequisite steps for Ubuntu users | ||
# Prerequisite steps for Ubuntu users (Ubuntu >= 21.04) | ||
|
||
You need at least Ubuntu 20.04 for `gcc >= 10` and Python 3.9. | ||
|
||
## Ubuntu >=21.04 | ||
Run the following commands: | ||
|
||
- `sudo apt-get update` | ||
- `sudo apt-get install g++-10 cmake cython3 libeigen3-dev libepoxy-dev libfontconfig1-dev libfreetype6-dev libharfbuzz-dev libogg-dev libopus-dev libopusfile-dev libpng-dev libsdl2-dev libsdl2-image-dev python3-dev python3-jinja2 python3-numpy python3-lz4 python3-pil python3-pip python3-pygments python3-toml qml-module-qtquick-controls qtdeclarative5-dev` | ||
|
||
You will also need [nyan](https://github.com/SFTtech/nyan/blob/master/doc/building.md) and its dependencies. | ||
|
||
|
||
## Ubuntu 20.04 LTS | ||
|
||
On Ubuntu 20.04 you need to install Python 3.9 manually as the default version provided is too old. | ||
|
||
- `sudo apt-get update` | ||
- `sudo apt-get install g++-10 cmake cython3 libeigen3-dev libepoxy-dev libfontconfig1-dev libfreetype6-dev libharfbuzz-dev libogg-dev libopus-dev libopusfile-dev libpng-dev libsdl2-dev libsdl2-image-dev python3.9 python3.9-dev python3.9-jinja2 python3.9-numpy python3.9-lz4 python3.9-pil python3.9-pip python3.9-pygments python3.9-toml qml-module-qtquick-controls qtdeclarative5-dev` | ||
|
||
You will also need [nyan](https://github.com/SFTtech/nyan/blob/master/doc/building.md) and its dependencies. |