Skip to content

Commit

Permalink
Remove Ubuntu 20.04 from build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a authored May 31, 2022
1 parent 4cfddac commit 5a20ffa
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions doc/build_instructions/ubuntu.md
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.

0 comments on commit 5a20ffa

Please sign in to comment.