POV-Ray : Newsgroups : povray.tools.general : building povmodeler? : Re: building povmodeler? Server Time
23 Apr 2024 23:22:02 EDT (-0400)
  Re: building povmodeler?  
From: Ton
Date: 26 Nov 2019 17:45:01
Message: <web.5ddda9f6cdd38c95c17c1320@news.povray.org>
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.


Post a reply to this message

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