POV-Ray : Newsgroups : povray.unofficial.patches : Announce: MegaPOV v0.7 Ready for download (win,mac,dos) : Re: Announce: MegaPOV v0.7 Ready for download (win,mac,dos) Server Time
5 Oct 2024 15:41:29 EDT (-0400)
  Re: Announce: MegaPOV v0.7 Ready for download (win,mac,dos)  
From: Warp
Date: 12 Feb 2001 07:04:37
Message: <3a87d154@news.povray.org>
GrimDude <gri### [at] netzerocom> wrote:
: No more Linux? Now I am sad I never tried Pov on Linux.

  You can compile megapov for unix yourself. It's not that big problem if
you know how to make a generic makefile.
  Of course even a makefile is not needed (makefiles are handy when you are
modifying and recompiling the source code several times). You can just
compile everything with a simple command like:

gcc -O3 *.c -o megapov

  (Well, you'll need the unix/ directory which comes with the official
povray and then you'll probably compile it inside this directory with
something like "gcc -I.. -I. -O3 *.c ../*.c -o megapov".)

-- 
char*i="b[7FK@`3NB6>B:b3O6>:B:b3O6><`3:;8:6f733:>::b?7B>:>^B>C73;S1";
main(_,c,m){for(m=32;c=*i++-49;c&m?puts(""):m)for(_=(
c/4)&7;putchar(m),_--?m:(_=(1<<(c&3))-1,(m^=3)&3););}    /*- Warp -*/


Post a reply to this message

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