File indexing completed on 2025-02-16 10:02:23
0001 #!/bin/bash 0002 0003 # Exit if something fails 0004 set -e 0005 0006 mkdir -p build 0007 cd build 0008 0009 cmake \ 0010 -DKDE_INSTALL_PLUGINDIR=`kf5-config --qt-plugins` \ 0011 -DKDE_INSTALL_KSERVICESDIR=`kf5-config --install services` \ 0012 -DKDE_INSTALL_LOGGINGCATEGORIESDIR=`kf5-config --install data`qlogging-categories5 \ 0013 -DCMAKE_BUILD_TYPE=Release .. 0014 make -j$(nproc) 0015 sudo make install 0016 0017 # start dolphin to browse the new IO system 0018 dolphin myproto:///