diff options
author | Ken Moore <moorekou@gmail.com> | 2015-05-28 11:35:35 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-05-28 11:35:35 -0400 |
commit | d40b5b455ffea6e75816c2b4b0e8258dac5be1e5 (patch) | |
tree | 2a9685650923919e540e0796388d5b070ae5232e | |
parent | Add new options to the system-wide settings configuration file: (diff) | |
parent | Updated Linux dependency list (diff) | |
download | lumina-d40b5b455ffea6e75816c2b4b0e8258dac5be1e5.tar.gz lumina-d40b5b455ffea6e75816c2b4b0e8258dac5be1e5.tar.bz2 lumina-d40b5b455ffea6e75816c2b4b0e8258dac5be1e5.zip |
Merge pull request #127 from pcbsd/linux
Updated Linux dependency list
-rw-r--r-- | DEPENDENCIES | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index ae0d0765..3cf2c836 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -62,13 +62,19 @@ X.org and XCB extensions (possibly the XLib libraries above during the transitio === Linux Requirements === These packages are required for building Lumina on Linux build-essential (this supplies g++, though clang should work too) - qt4-qmake - libqt4-core - libqt4-dev - libqt4-dev-bin - libqt4-gui - libqt4-network - libqt4-svg + qt5-default + qttools5-dev-tools + libqt5gui5 + qtmultimedia5-dev + libqt5multimediawidgets5 + libqt5network5 + libqt5svg5-dev + libqt5x11extras5-dev + libxcb-icccm4-dev + libxcb-ewmh-dev + libxcb-composite0-dev + libxcb-damage0-dev + libxcb-util0-dev libphonon-dev libxcomposite-dev libxdamage-dev |