[Kde-hardware-devel] kscreen bug: No documentation on how to build

Daniel Vrátil dvratil at redhat.com
Tue Jan 21 13:05:30 UTC 2014


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
> Kde-hardware-devel at kde.org
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-hardware-devel/attachments/20140121/e99c2c35/attachment.sig>


More information about the Kde-hardware-devel mailing list