Skip to content

Commit 816fa62

Browse files
authored
Merge pull request #759 from ChipmunkV/ubuntu-16.04
doc: Ubuntu 16.04 requirement
2 parents dbb510e + 2ad89bd commit 816fa62

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

doc/build_instructions/ubuntu_15.04.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Prerequisite steps for Ubuntu users (Ubuntu 16.04)
2+
3+
- `sudo apt-get update`
4+
- `sudo apt-get install cmake libfreetype6-dev python3-dev cython3 libepoxy-dev libsdl2-dev libsdl2-image-dev libopusfile-dev libfontconfig1-dev libharfbuzz-dev opus-tools python3-pil python3-numpy python3-pygments qtdeclarative5-dev qml-module-qtquick-controls`

doc/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ There are some prerequisite steps that need to be performed so *openage* can be
6161
built successfully. Those steps vary from platform to platform, and are
6262
described below for some of the most common ones:
6363

64-
- [Ubuntu (>= 15.04)](build_instructions/ubuntu_15.04.md)
64+
- [Ubuntu (>= 16.04)](build_instructions/ubuntu_16.04.md)
6565
- [Fedora 20, 21](build_instructions/fedora_20_21.md)
6666
- [Fedora 22](build_instructions/fedora_22.md)
6767
- [openSUSE 13.2](build_instructions/opensuse_13.2.md)

0 commit comments

Comments
 (0)