build-krita.sh (krita-5.1.3.tar.xz) | : | build-krita.sh (krita-5.1.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 68 | skipping to change at line 68 | |||
# Determine how many CPUs we have | # Determine how many CPUs we have | |||
CPU_COUNT=`grep processor /proc/cpuinfo | wc -l` | CPU_COUNT=`grep processor /proc/cpuinfo | wc -l` | |||
# Configure Krita | # Configure Krita | |||
cmake $KRITA_SOURCES \ | cmake $KRITA_SOURCES \ | |||
-DCMAKE_INSTALL_PREFIX:PATH=$BUILD_PREFIX/krita.appdir/usr \ | -DCMAKE_INSTALL_PREFIX:PATH=$BUILD_PREFIX/krita.appdir/usr \ | |||
-DDEFINE_NO_DEPRECATED=1 \ | -DDEFINE_NO_DEPRECATED=1 \ | |||
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ | -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ | |||
-DFOUNDATION_BUILD=1 \ | -DFOUNDATION_BUILD=1 \ | |||
-DHIDE_SAFE_ASSERTS=ON \ | -DHIDE_SAFE_ASSERTS=ON \ | |||
-DFETCH_TRANSLATIONS=ON \ | ||||
-DBUILD_TESTING=FALSE \ | -DBUILD_TESTING=FALSE \ | |||
-DKRITA_ENABLE_PCH=off \ | -DKRITA_ENABLE_PCH=off \ | |||
-DPYQT_SIP_DIR_OVERRIDE=$DEPS_INSTALL_PREFIX/share/sip/ \ | -DPYQT_SIP_DIR_OVERRIDE=$DEPS_INSTALL_PREFIX/share/sip/ \ | |||
-DHAVE_MEMORY_LEAK_TRACKER=FALSE \ | -DHAVE_MEMORY_LEAK_TRACKER=FALSE \ | |||
-DBRANDING="${KRITA_BRANDING}" | -DBRANDING="${KRITA_BRANDING}" | |||
# Build and Install Krita (ready for the next phase) | # Build and Install Krita (ready for the next phase) | |||
make -j$CPU_COUNT install | make -j$CPU_COUNT install | |||
# We add Krita's AppImage location for plugins (GMic) | # We add Krita's AppImage location for plugins (GMic) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |