From 024f053a5beb652a25366a3ee914335670cb99b4 Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Sat, 18 Jul 2015 12:51:18 -0300 Subject: Updated dependency and build instructors for Fedora. Fedora (and CentOS and RHEL) use different package names, library prefixes and program names. Updated the DEPENDENCIES and README files to include the information needed to build and run Lumina on Fedora/RHEL/CentOS. --- DEPENDENCIES | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'DEPENDENCIES') diff --git a/DEPENDENCIES b/DEPENDENCIES index 31199420..7d0395cd 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -59,8 +59,10 @@ X.org and XCB extensions (possibly the XLib libraries above during the transitio -=== Linux Requirements === +=== Linux Requirements (Debian/Ubuntu/Linux Mint) === These packages are required for building Lumina on Linux + distributions such as Debian, Ubuntu and Linux Mint. + build-essential (this supplies g++, though clang should work too) qt5-default qttools5-dev-tools @@ -95,3 +97,42 @@ X.org and XCB extensions (possibly the XLib libraries above during the transitio acpi (required for monitoring battery life) numlockx (required for changing state of numlock at login) pavucontrol (required for detatched audio mixer) + + + +=== Linux Requirements (Fedora/CentOS/Red Hat Enterprise Linux) === + These packages are required for building and running Lumina on + Linux distributions in the Fedora/Red Hat/CentOS family. + + gcc + gcc-c++ + qt-devel + qt5-qttools-devel + qt-config + qt5-qttools + qt5-qtbase-gui + qt5-qtmultimedia-devel + qt5-qtsvg-devel + qt5-qtx11extras-devel + xcb-util-image + xcb-util-image-devel + xcb-util-wm-devel + libxcb-devel + xcb-util-devel + phonon-devel + phonon-qt5-devel + libXcomposite-devel + libXdamage-devel + libXrender-devel + qt5-qtdeclarative-devel + fluxbox + qt5-style-oxygen + plasma-oxygen + xscreensaver + xbacklight + alsa-utils + acpi + numlockx + pavucontrol + xterm + -- cgit