in Ubuntu 16, I first had to install the following (it was not a developer machine, but a server):
sudo apt-get install autoconf automake autotools-dev libtool pkg-config
then to enable delegates PNG and JPG:
sudo apt-get install libpng12 libpng12-dev libjpeg libjpeg-dev
followed by
./configure
(which should now show that delegates are included)
and then restore ( make clean && make then sudo make install )
mathieuc Apr 23 '19 at 1:03 2019-04-23 01:03
source share