installed a bunch of packages.
Needed to hammer on the libpng-dev thing
sudo apt install build-essential zlib1g-dev
cd
mkdir src
cd src
wget
https://ppa.launchpadcontent.net/linuxuprising/libpng12/ubuntu/pool/main/libp/libpng/libpng_1.2.54.orig.tar.xz
tar Jxfv libpng_1.2.54.orig.tar.xz
cd libpng-1.2.54
../configure
make
sudo make install
sudo ln -s /usr/local/lib/libpng12.so.0.54.0 /usr/lib/libpng12.so
sudo ln -s /usr/local/lib/libpng12.so.0.54.0 /usr/lib/libpng12.so.0
Then I installed libtiff-dev
and then everything was fine
===============================================================================
Configure POV-Ray (yuqk) version 3.8.0-x.yuqk_a5c25dda
===============================================================================
---------------
Environment
---------------
------------
Programs
------------
-------------------------------------------
Attempt dump of compiler built-in specs
-------------------------------------------
-------------
Libraries
-------------
-----------------------
Language constructs
-----------------------
----------------------
Language functions
----------------------
---------------------
Compiling options
---------------------
---------------------------
Floating Point Features
---------------------------
-------------
Makefiles
-------------
--------------------------------------------------------
Definitions setting POV-Ray (yuqk) run time messages
--------------------------------------------------------
===============================================================================
POV-Ray (yuqk) 3.8.0-x.yuqk_a5c25dda has been configured.
===============================================================================
See the file config.log for more detail.
See the file INSTALL.txt for more build options and information.
Post a reply to this message
|