Skip to content

Commit

Permalink
Building on debian requires libqt5opengl5-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Oct 7, 2015
1 parent fc3ee97 commit 0a7c95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Compiling

Make sure the Qt (>= 5.1) development libraries are installed:

* In Ubuntu/Debian: `apt-get install qt5-default qttools5-dev-tools zlib1g-dev`
* In Ubuntu/Debian: `apt-get install qt5-default qttools5-dev-tools zlib1g-dev libqt5opengl5-dev`
* In Fedora: `yum install qt-devel`
* In Arch Linux: `pacman -S qt`
* In Mac OS X with [Homebrew](http://brew.sh/): `brew install qt`
Expand Down

0 comments on commit 0a7c95d

Please sign in to comment.