I wanted to also include a sample command to install the dependencies, e.g. sudo apt install libqalculate-dev libgranite-dev ... but I wasn't able to find a command that would work -- for instance, even after installing libqalculate-dev cmake complained, saying -- No package 'libqalculate' found. Any hints?
I wanted to also include a sample command to install the dependencies, e.g.
sudo apt install libqalculate-dev libgranite-dev ...
but I wasn't able to find a command that would work -- for instance, even after installinglibqalculate-dev
cmake complained, saying-- No package 'libqalculate' found
. Any hints?