Difference between revisions of "KDE4/Oxygen-Icons"

From CBLFS
Jump to navigationJump to search
(Created page with '{| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | {{KDE4-Mirror}}oxygen-icons-{{KDE4-Version}}.tar.bz2 |} == Non-Multilib and Multilib…')
 
(No difference)

Latest revision as of 16:46, 13 September 2009

Download Source: ftp://ftp.kde.org/pub/kde/stable/4.3.5/src/oxygen-icons-4.3.5.tar.bz2

Non-Multilib and Multilib

Compile the package:

mkdir -v build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=${KDEDIR} \
    ..

Install the package:

make install