Warning, /sdk/umbrello/INSTALL is written in an unsupported language. File is not indexed.
0001 General build instructions for KDE packages can be found at 0002 https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source 0003 0004 Specific build instructions for Umbrello can be found at 0005 http://umbrello.kde.org/installation.php 0006 0007 In short, here is how to build current git master on Linux : 0008 git clone git://anongit.kde.org/umbrello 0009 cd umbrello 0010 mkdir build 0011 cd build 0012 cmake -DCMAKE_INSTALL_PREFIX=$HOME/umbrello -DCMAKE_BUILD_TYPE=Debug ../ 0013 0014 When building/running on KF5, make sure that the "kio" package is installed. 0015 For details see https://bugs.kde.org/show_bug.cgi?id=361479#c3 0016 0017 Building on Qt4 can be done using the qt4.8.6-kdelibs4.14.9 branch from git. 0018 However, at least Qt 4.8 is required, and at least Cmake 3.16 is required.