POV-Ray : Newsgroups : povray.unix : Compiling PoV-Ray 3.7 under Linux Server Time
1 May 2024 20:41:49 EDT (-0400)
  Compiling PoV-Ray 3.7 under Linux (Message 26 to 35 of 35)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: jhu
Subject: Re: Compiling PoV-Ray 3.7 under Linux
Date: 9 Nov 2011 20:20:01
Message: <web.4ebb25ec535430dad19b0ec40@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Am 09.11.2011 23:00, schrieb jhu:
> > It would be helpful if the source was self contained like the 3.6 source with
> > the needed libraries distributed also. Makes compiling a lot less of a hassle.
>
> Work is currently underway to achieve this for the Windows distrubution
> for Visual Studio 2010, with promising success; porting that to the
> projects for VS 2005 (and also VS 2008, which is pretty similar in this
> regard) should also be quite straightforward - but will take some time
> nonetheless, and we're still looking for a volunteer to do the same for
> the Unix distribution.

I guess I could volunteer. Integrate boost, zlib, jpeg, tiff, and png into the
source then?


Post a reply to this message

From: jhu
Subject: Re: Compiling PoV-Ray 3.7 under Linux
Date: 9 Nov 2011 20:50:02
Message: <web.4ebb2d73535430dad19b0ec40@news.povray.org>
BTW, to OP, I have statically compiled 64-bit x86-64 executables for Linux if
you're interested. Just tell me what CPU you have.


Post a reply to this message

From: Jörg 'Yadgar' Bleimann
Subject: Re: Compiling PoV-Ray 3.7 under Linux
Date: 9 Nov 2011 23:29:37
Message: <4ebb5331@news.povray.org>
High!

On 09.11.2011 23:45, Jim Henderson wrote:

> Fair enough, but a Google search does in fact turn up a reasonable
> tutorial on compiling on Linux.
>
> One does have to be willing to use the tools available instead of just
> declaring "I won't use Google" (which is the way I read his "Google is
> not my friend" comment).

Too often in the past I had experienced Google swamping me with useless 
links leading only to useless info junk instead of showing me viable 
ways to proceed... all that "Buy XXXXX now!" stuff, when searching for 
whatever! Google sucks!

See you in Khyberspace!

Yadgar


Post a reply to this message

From: Jim Henderson
Subject: Re: Compiling PoV-Ray 3.7 under Linux
Date: 10 Nov 2011 00:35:52
Message: <4ebb62b8$1@news.povray.org>
On Thu, 10 Nov 2011 05:29:27 +0100, Jörg 'Yadgar' Bleimann wrote:

> Too often in the past I had experienced Google swamping me with useless
> links leading only to useless info junk instead of showing me viable
> ways to proceed... all that "Buy XXXXX now!" stuff, when searching for
> whatever! Google sucks!

I generally don't have that problem, but I have ad blockers installed, so 
I don't see the adwords ads.

But I also have generally good luck in finding what I'm looking for using 
Google.  But if you don't want to use Google, that's fine, just insert a 
different search engine. :)

Jim


Post a reply to this message

From: Jörg 'Yadgar' Bleimann
Subject: Re: Compiling PoV-Ray 3.7 under Linux
Date: 10 Nov 2011 09:45:21
Message: <4ebbe381@news.povray.org>
Hi(gh)!

On 10.11.2011 06:35, Jim Henderson wrote:

> But I also have generally good luck in finding what I'm looking for using
> Google.  But if you don't want to use Google, that's fine, just insert a
> different search engine. :)

I'm generally skeptical of human knowledge organized by computers - they 
are much too easily manipulated by clever web programmers, as no 
present-day search engine really is able to detect the relevance of a 
HTML text and thus to discern between phony catchword dumps (also mostly 
automatically generated these days!) and information that really matters!

But who wants to pay human web librarians and archivists? Internet is 
cheap, fast - and mostly worthless!

See you in Khyberspace!

Yadgar


Post a reply to this message

From: clipka
Subject: Re: Compiling PoV-Ray 3.7 under Linux
Date: 10 Nov 2011 12:07:21
Message: <4ebc04c9$1@news.povray.org>
Am 10.11.2011 02:16, schrieb jhu:
> clipka<ano### [at] anonymousorg>  wrote:
>> Am 09.11.2011 23:00, schrieb jhu:
>>> It would be helpful if the source was self contained like the 3.6 source with
>>> the needed libraries distributed also. Makes compiling a lot less of a hassle.
>>
>> Work is currently underway to achieve this for the Windows distrubution
>> for Visual Studio 2010, with promising success; porting that to the
>> projects for VS 2005 (and also VS 2008, which is pretty similar in this
>> regard) should also be quite straightforward - but will take some time
>> nonetheless, and we're still looking for a volunteer to do the same for
>> the Unix distribution.
>
> I guess I could volunteer. Integrate boost, zlib, jpeg, tiff, and png into the
> source then?

Plus openEXR. Yes, that would be the job. Boost would be limited to 
boost_thread and boost_date_time; aside from those, we currently only 
use boost header-only libraries.

zlib, jpeg, tiff and png libraries are already in the source tree (we 
just don't currently distribute them in the Linux version); boost and 
openEXR will be added to the code repository soon.


Post a reply to this message

From: jhu
Subject: Re: Compiling PoV-Ray 3.7 under Linux
Date: 10 Nov 2011 13:50:01
Message: <web.4ebc1bc2535430da15cd0b550@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:

>
> Plus openEXR. Yes, that would be the job. Boost would be limited to
> boost_thread and boost_date_time; aside from those, we currently only
> use boost header-only libraries.
>
> zlib, jpeg, tiff and png libraries are already in the source tree (we
> just don't currently distribute them in the Linux version); boost and
> openEXR will be added to the code repository soon.

So just put relevant source and respective directories into main source tree,
modify some scripts then? Sounds within my skill level.


Post a reply to this message

From: clipka
Subject: Re: Compiling PoV-Ray 3.7 under Linux
Date: 11 Nov 2011 08:12:56
Message: <4ebd1f58$1@news.povray.org>
Am 10.11.2011 19:45, schrieb jhu:
> clipka<ano### [at] anonymousorg>  wrote:
>
>>
>> Plus openEXR. Yes, that would be the job. Boost would be limited to
>> boost_thread and boost_date_time; aside from those, we currently only
>> use boost header-only libraries.
>>
>> zlib, jpeg, tiff and png libraries are already in the source tree (we
>> just don't currently distribute them in the Linux version); boost and
>> openEXR will be added to the code repository soon.
>
> So just put relevant source and respective directories into main source tree,
> modify some scripts then? Sounds within my skill level.

I guess we'd love to go for a makefile-based solution, rather than the 
BJam build tool the boost library comes with.

It would probably also be nice to have an option to link against already 
installed versions of the libraries instead.

I guess to pick up that glove you should contact Chris Cason. I'm sure 
your help will be appreciated.


Post a reply to this message

From: jhu
Subject: Re: Compiling PoV-Ray 3.7 under Linux
Date: 11 Nov 2011 23:30:00
Message: <web.4ebdf584535430dad19b0ec40@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Am 10.11.2011 19:45, schrieb jhu:
> > clipka<ano### [at] anonymousorg>  wrote:
> >
> >>
> >> Plus openEXR. Yes, that would be the job. Boost would be limited to
> >> boost_thread and boost_date_time; aside from those, we currently only
> >> use boost header-only libraries.
> >>
> >> zlib, jpeg, tiff and png libraries are already in the source tree (we
> >> just don't currently distribute them in the Linux version); boost and
> >> openEXR will be added to the code repository soon.
> >
> > So just put relevant source and respective directories into main source tree,
> > modify some scripts then? Sounds within my skill level.
>
> I guess we'd love to go for a makefile-based solution, rather than the
> BJam build tool the boost library comes with.
>
> It would probably also be nice to have an option to link against already
> installed versions of the libraries instead.
>
> I guess to pick up that glove you should contact Chris Cason. I'm sure
> your help will be appreciated.

How do I get in touch with him?


Post a reply to this message

From: clipka
Subject: Re: Compiling PoV-Ray 3.7 under Linux
Date: 12 Nov 2011 05:55:02
Message: <4ebe5086$1@news.povray.org>
Am 12.11.2011 05:26, schrieb jhu:
> clipka<ano### [at] anonymousorg>  wrote:
>>
>> I guess to pick up that glove you should contact Chris Cason. I'm sure
>> your help will be appreciated.
>
> How do I get in touch with him?

Try "team-coord-[three-letter month]-[four-digit year]@povray.org".


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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