On Sunday 12 of January 2014 02:06:00 Ole Tange wrote: > I tried compiling kscreen from > http://download.kde.org/stable/kscreen/1.0/src/kscreen-1.0.tar.bz2 > > The tar file does not contain a README and no INSTALL file explaining > how to build and install. Also the standard: > > ./configure && make && sudo make install
Hi, we use CMake instead of autotools, same as all other KDE components, so the proper way to build kscreen is: mkdir build cd build cmake .. make sudo make install Note that you need to build libkscreen before building kscreen. Also the latest version of KScreen is 1.2, not 1.0. Cheers, Dan > > does not work. > > Please make at least one of those ways work. > > /Ole > _______________________________________________ > Kde-hardware-devel mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-hardware-devel -- Daniel Vrátil KDE Desktop Team Associate Software Engineer, Red Hat, Inc. GPG Key: 0xC59D614F6F4AE348 Fingerprint: 4EC1 86E3 C54E 0B39 5FDD B5FB C59D 614F 6F4A E348
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Kde-hardware-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-hardware-devel
