I am running Ubuntu 14.04 and I can't find PDF Mod which is my favourite PDF-editing software.
I've downloaded the tarball from its website, extracted its contents, and
gone to the directory in terminal and run
./configure
but it told I needed
gnome-doc-utils
.
This too I downloaded the tarball for and extracted. Then I tried to configure this by going to said directory and running
./configure
but I got this message:
error: Your intltool is too old. You need intltool 0.35.0 or later.
So yet again I downloaded the tarball for the latest stable version of intltool (0.50), extracted its contents, went to its directory and ran
./configure
and while this worked with no errors I don't know what I'm meant to do now.