Skip to content

Commit

Permalink
Added ncurses to ubuntu installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomatower committed Feb 18, 2017
1 parent 843521d commit 833ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build_instructions/ubuntu_15.04.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Prerequisite steps for Ubuntu users (Ubuntu 15.04)

- `sudo apt-get update`
- `sudo apt-get install cmake libfreetype6-dev python3-dev libepoxy-dev libsdl2-dev libsdl2-image-dev libopusfile-dev libfontconfig1-dev libharfbuzz-dev opus-tools python3-pil python3-numpy python3-pygments python3-pip qtdeclarative5-dev qml-module-qtquick-controls`
- `sudo apt-get install cmake libfreetype6-dev python3-dev libepoxy-dev libncurses5-dev libsdl2-dev libsdl2-image-dev libopusfile-dev libfontconfig1-dev libharfbuzz-dev opus-tools python3-pil python3-numpy python3-pygments python3-pip qtdeclarative5-dev qml-module-qtquick-controls`
- `sudo pip3 install cython`

0 comments on commit 833ebc2

Please sign in to comment.