1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-13 19:22:58 +00:00

add hint about the need to make distclean

This commit is contained in:
Phil Sutter 2009-12-10 02:02:55 +01:00
parent 0b3a4621ad
commit f7cf5ac9f6

View File

@ -13,5 +13,6 @@ 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.