autogen.sh: You need gtk-doc to build this package
Asked Answered
I

1

9

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.
Inhabit answered 9/4, 2017 at 17:17 Comment(0)
I
32

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.

Inhabit answered 9/4, 2017 at 17:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.