Skip to content

Help for KDE CMake Modules

Thursday, 19 June 2008  |  awinterz

We now have documentation for our custom KDE CMake Modules, brought to you by the EBN. I have a little script that runs every night to re-generate this page, just in case we changes things as time goes by.

But, if you're like me, you'd rather have quick access to a man page. You can create one with the following command: % cmake -DCMAKE_MODULE_PATH=/path/to/kdesvn/trunk/KDE/kdelibs/cmake/modules --help-custom-modules /path/to/kdeinstall/share/man/man1/kdecmake.1 making sure that /path/to/kdeinstall/share/man is in your $MANPATH, of course.