I want to compile LXDE's libfm from source, but when I run ./autogen.sh
, it fails with this error:
You need gtk-doc to build this package.
After some experimenting, I figured out which package to install.
It was:
sudo apt-get install gtk-doc-tools
After that ./autogen.sh
executed successfully and created the ./configure
script. I also needed to run sudo apt-get build-dep libfm4
which installed other dependencies such as the Vala compiler.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With