Howto build kde4 app on F9?
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
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
|