Re: Using X11 for an older program

2020-12-22 Thread Bill Cole
On 21 Dec 2020, at 22:01, Michael wrote: OK. Next question: Is there any reason I cannot install libpng version 15 at the sametime? Not really. Better to update the software that wants it to use a current version. But the 1.5.x source is in the libpng site at Sourceforge, so you can still

Re: Using X11 for an older program

2020-12-22 Thread Dominik Reichardt
Hi, download and install xquartz from https://www.xquartz.org . This is the semi-official X11.app replacement. Did not get an update for four years now but it brings the needed libraries and installs in /opt/x11. Good luck! :) Dominik > On 22. Dec 2020, at 08:50, Mi