POV-Ray : Newsgroups : povray.tools.general : building povmodeler? : Re: building povmodeler? Server Time
19 Apr 2024 21:55:02 EDT (-0400)
  Re: building povmodeler?  
From: Ton
Date: 26 Nov 2019 18:15:00
Message: <web.5dddb166cdd38c95c17c1320@news.povray.org>
"Ton" <ton### [at] gmailcom> wrote:
> Hi Dick
>
> I assume you use Linux....
>
> please, in your home directory, give the following commands:
> mkdir povmodelerton
> cd povmodelerton
> git clone https://github.com/eticre/povmodeler.git
> cd povmodeler
> mkdir build
> cd build
> cmake ..
> make -j4
> .../povmodeler
>
> I just tried that here, and it all works. If it doesn't, show the output of
> make. Make sure you have those libraries.
>
> Cheers
> Ton.

Typo alert:
that last line should be
../povmodeler


Post a reply to this message

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