https://bugs.kde.org/show_bug.cgi?id=472422
--- Comment #5 from David <gn...@hawaii.rr.com> --- OK. This is all cmake shows me in terminal: CMake Error at data/CMakeLists.txt:34 (install): install FILES given no DESTINATION! CMake Error at CMakeLists.txt:47 (ecm_add_app_icon): Unknown CMake command "ecm_add_app_icon". I have tried it with three different install prefixes, and cmake insists it has been given no destination. My Krita source is in /home/software/gits/krita, not the "kritadev" mentioned in the web page about building Krita [https://docs.krita.org/en/untranslatable_pages/building_krita.html#building-on-linux]. So I have tried giving it the full path to the install folder ("/home/software/gits/krita/install"), tried using the "$HOME/software/gits/krita/install" (modified version of what's on the building page), and tried using "../install". Sorry, I find the instructions on the building Krita page unclear and lacking in explanation. I've compiled other software on my system from git, all under the /home/software/gits directory, and compiling worked. Ideas? -- You are receiving this mail because: You are watching all bug changes.