Howto build kde4 app on F9?

Rex Dieter rdieter at math.unl.edu
Mon Jun 2 00:44:23 UTC 2008


Neal Becker wrote:

> I just tried to build kopete-otr-0.8.  I did:
> cmake .
> make
> sudo make install
> 
> Everything wound up in /usr/local
> 
> What is the correct procedure?

See:
http://fedoraproject.org/wiki/SIGs/KDE/KDE4FAQ#How_can_I_package_kde4_software_for_fedora.3F

In short, if you want it built in the same default prefix you need at least
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr

if you want an app built the same as most other kde4 modules in fedora, you
ought to envoke cmake such as the output of:
rpm --eval "%{cmake_kde4}"
(as defined in kde-filesystem pkg, see /etc/rpm/macros.kde4)

-- Rex




More information about the fedora-devel-list mailing list