POV-Ray : Newsgroups : povray.unofficial.patches : MegaPov 0.4 Now Available (Linux/Unix) : Re: MegaPov 0.4 Now Available (Linux/Unix) Server Time
2 Sep 2024 12:18:44 EDT (-0400)
  Re: MegaPov 0.4 Now Available (Linux/Unix)  
From: Nieminen Juha
Date: 31 Jan 2000 05:06:12
Message: <38955e94@news.povray.org>
Nieminen Juha <war### [at] punarastascstutfi> wrote:
: PNGDIR = /share/local5
: LIBPNGINC = -I$(PNGDIR)/include
: LIBPNGLIB = -L$(PNGDIR)/lib -lpng

  I figured out how to do it:

PNGDIR = /share/local5/include
PNGLIBDIR = /share/local5/lib
LIBPNGINC = -I$(PNGDIR)
LIBPNGLIB = -L$(PNGLIBDIR) -lpng

  Now it works like a charm.
  I suggest a modification like this in the makefile (also with the libz).

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.