How I configure and compile LiveWallpaper?

Asked by Ayoze

Hi! I'm tryng install LiveWallpaper in Archlinux, and maybe I will pack it to AUR. Can you tell me steps to install it? Im running ./configure, make and I cannot find them...

This project looks NICE!

Thanks!

Question information

Language:
English Edit question
Status:
Answered
For:
LiveWallpaper Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Maximilian Schnarr (fyrmir) said :
#1

Hi,
LiveWallpaper uses the CMake build system, so you have to do some other steps to compile it. First you have to create a new directory and run cmake from this directory. After that, you can use make to compile it:

cd /path/to/livewallpaper/source
mkdir build
cd build
cmake ..
make
make install

Now LiveWallpaper should be compiled. Maybe you need to install some dependencies, but cmake will tell you this. If you want to configure the build process, for example you want to enable debugging flags, then you can use ccmake .. inside the build directory.

Can you help with this problem?

Provide an answer of your own, or ask Ayoze for more information if necessary.

To post a message you must log in.