# Note: depends on cmake
# Note: depends on extra-cmake-modules
# Note: depends on qtdeclarative
# Note: depends on qtscript
wget -c https://download.kde.org/stable/frameworks/5.38/ki18n-5.38.0.tar.xz
tar -xJf ki18n-5.38.0.tar.xz
cd ki18n-5.38.0
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
make # Doesn't mind -j#
make install