POV-Ray : Newsgroups : povray.tools.general : building povmodeler? : Re: building povmodeler? Server Time
24 Apr 2024 02:10:21 EDT (-0400)
  Re: building povmodeler?  
From: Dick Balaska
Date: 7 Dec 2019 01:28:49
Message: <5deb46a1@news.povray.org>
Am 11/28/19 10:26 AM, also sprach Bald Eagle:
> Dick Balaska <dic### [at] buckosoftcom> wrote:
> 
>> It built first shot in qtcreator!  And it runs fine, go figure.
> 
> Can you provide instructions so I can replicate?

Hey Baldy, try this:

sudo apt install libfreetype6 libfreetype6-dev
sudo apt install libqt5x11extras5
sudo apt install libqt5x11extras5-dev
sudo apt install libqt5opengl5
sudo apt install libqt5opengl5-dev

cd goodplace
mkdir qtpovmodeler
cd qtpovmodeler
git clone https://github.com/dickbalaska/qtpovmodeler.git
cd qtpovmodeler
qmake
make -j4
(get a beer)
./qtpovmodeler


That's what I had to install extra to get it to build.  (And I made a 
qmake file).  I don't know if I had other things installed already that 
you don't.  Let me know.

I renamed my clone of the project because I want to make a .deb and 
there is already a povmodeler.deb .

-- 
dik
Rendered 42,162,508,800 of 49,882,521,600 pixels (84%)


Post a reply to this message

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