Skip to content

kcalc fix issue MPFR not found

Pseudocode:
rm -rf ~/CraftRoot
distrobox create --name miniubuntu --image ubuntu:22.04
distrobox enter miniubuntu
#emacs /etc/apt/sources.list # Uncomment all deb-src lines
sudo apt update
sudo apt install python3 python3-pip python3-venv build-essential git wget libxcb-xinerama0-dev
sudo apt-get build-dep qtbase5-dev
python3 -c "$(wget https://raw.githubusercontent.com/KDE/craft/master/setup/CraftBootstrap.py -O -)" --prefix ~/CraftRoot
source ~/CraftRoot/craft/craftenv.sh
craft kcalc
#Error "-- The following REQUIRED packages have not been found:

 * MPFR, The GNU Multiple Precision Floating-Point Reliable Library, <https://www.mpfr.org/>
   Required for building KCalc.
"
Edited by Marius Pa

Merge request reports