Warning, file /games/kmuddy/configure was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #!/bin/sh 0002 SRCDIR=$(pwd) 0003 0004 mkdir ../kmuddy-build 0005 cd ../kmuddy-build 0006 cmake ${SRCDIR} -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` 0007