POV-Ray : Newsgroups : povray.unix : compiling povray 3.7.0 on ubuntu 64 : Re: compiling povray 3.7.0 on ubuntu 64 Server Time
17 May 2024 13:17:16 EDT (-0400)
  Re: compiling povray 3.7.0 on ubuntu 64  
From: tony
Date: 16 Oct 2009 08:20:00
Message: <web.4ad86394a095ebc6e208ab490@news.povray.org>
"waggy" wrote:

>
> I compiled and installed Boost 1.40.0 as a regular user on a shared cluster, so
> the installation was a bit more involved.  Like Le Forgeron, below, I found it
> necessary to ./configure --with-boost=[path to lib directory], as well.
>
> You can read the detailed instructions for this somewhat unusual installation on
> my wiki to see if any of it helps.
>
> http://wiki.waggy.org/dokuwiki/povray/shamu_install
>
> The POV-Ray installation instructions are near the bottom, at step 5.


I am installed boost 1 39 0:

     configure
            ./bootstrap.sh --prefix=/home/tony/installed
--libdir=/home/tony/instaled/lib
     ./bjam install


and the povray installation:

     cd ~/src/povray-3.7.0.beta.34

../configure COMPILED_BY="Your tony <ema### [at] tonyes>" \
--prefix=/home/tony/installed \
--with-boost=/home/tony/installed \
--with-boost-lib=/home/tony/installed/lib \
--enable-static

make check install

as it given notice that expired I made:

    cd ~/src/povray-3.7.0.beta.34/source/backend
cp povray.h povray.h.orig

and

Change line 128 in /home/tony/src/povray-3.7.0.beta.34/source/backend/povray.h.

  #define EXPIRE_AT       (1243807200 + DAYS(366))


All right. I have compiled and running "povray-3.7.0.beta.34"

Thanks all.

But when rendering no start window-render, it make in console mode.
Is there any way to display the render while has it doing?


Tony


Post a reply to this message

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