1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-26 16:48:28 +00:00

Revert "add hint about the need to make distclean"

This reverts commit f7cf5ac9f6bd8634a2c3fe8a62ec751e920f5eef.

Cmake is totally innocent, the need for distclean is only related to
e9d4e32f8f6c44da84a0cd7479986a15dac5fead, therefore a need for everyone
having an existing, compiled clone.
This commit is contained in:
Phil Sutter 2009-12-10 02:12:23 +01:00
parent 475b00e709
commit 1a76df4a1d

View File

@ -13,6 +13,5 @@ Using CMake to build Conky is pretty easy, and here is how I do it:
$ make
# make install # if you want
When switching back from cmake to autotools, you need to call 'make distclean'.
NOTE: I haven't actually finished the CMake build system yet, because I'm lazy. I'll add all the different options eventually though.