I'm trying to practice on some simple decorator modifying. I'm trying to follow advice given in
http://developer.kde.org/documentati...le_am_howto/en
but I am missing something as the explicit way to create a Makefile doesn't work.
is there a way to compile just a small part of KDE?
http://developer.kde.org/documentati...le_am_howto/en
but I am missing something as the explicit way to create a Makefile doesn't work.
$ create_makefile plastik
/usr/bin/create_makefile: in the current directory there is no Makefile
you will have to run it from the top build dir.
if you do not have a Makefile there - rerun configure
/usr/bin/create_makefile: in the current directory there is no Makefile
you will have to run it from the top build dir.
if you do not have a Makefile there - rerun configure
Comment