POV-Ray : Newsgroups : povray.unix : PovRay compile : Re: PovRay compile Server Time
5 Jul 2024 13:14:25 EDT (-0400)
  Re: PovRay compile  
From: Preacher Dave
Date: 14 May 2004 22:27:54
Message: <40a5802a@news.povray.org>
Rafal 'Raf256' Maj wrote:

> Hi,
> how can I (for testing purposes mainly) compile Povray "stand alone" that
> is, as a user (not root), in local directory (not some /bin/) etc?
> 
> TO have it working just i.e. small C++ program, I just write
>   g++ a.cpp -o a.run
> and then I use program by
>   ./run
> 
> and thats all. How to do same for povray?
> 

./configure --prefix=/home/your_dir/some/path/here
make
make install

if that doesn't work I'm not sure what to tell you


Post a reply to this message

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