aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorJesse Smith <jessefrgsmith@yahoo.ca>2014-09-24 18:27:01 -0300
committerJesse Smith <jessefrgsmith@yahoo.ca>2014-09-24 18:27:01 -0300
commitcb6f25dbac535d38024d47f5a3c708b99061ba08 (patch)
treebd0099ddd83c5a9ba6c7da8071036218acf123dd /DEPENDENCIES
parentApplied Debian patch to enable building on 32-bit Linux machines. Project (diff)
downloadlumina-cb6f25dbac535d38024d47f5a3c708b99061ba08.tar.gz
lumina-cb6f25dbac535d38024d47f5a3c708b99061ba08.tar.bz2
lumina-cb6f25dbac535d38024d47f5a3c708b99061ba08.zip
Updated Debian rules/package files to reflect updated Lumina binaries.
Removed Debian patches that could no longer be applied cleanly. Added initial external device support to Linux in libLumina.
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 867b129a..dafae1e0 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -41,7 +41,7 @@ X.org and XLib with extensions:
=== Linux Requirements ===
These packages are required for building Lumina on Linux
- g++ (or clang, either compiler should work)
+ build-essential (this supplies g++, though clang should work too)
qt4-qmake
libqt4-core
libqt4-dev
bgstack15