POV-Ray : Newsgroups : povray.unix : Poll: Any Build Problems? : Re: Poll: Any Build Problems? Server Time
3 May 2024 05:52:30 EDT (-0400)
  Re: Poll: Any Build Problems?  
From: William F Pokorny
Date: 14 Mar 2016 05:35:34
Message: <56e685e6$1@news.povray.org>
On 03/14/2016 05:25 AM, William F Pokorny wrote:
> On 03/14/2016 12:28 AM, jhu wrote:
>> William F Pokorny <ano### [at] anonymousorg> wrote:
>>
>>> Christoph asked if the 3.7.1 master branch compiled OK for you as these
>>> fixes and more have been made there for unix builds. Knowing the current
>>> 3.7.1 works (or not) for you would be useful, aside from anything else
>>> with 3.7.0-stable, given you are running FreeBSD 10.2 and Debian instead
>>> of Ubuntu 14* or 15*.
>>
>> Does this require git or is there some other method of downloading it?
>>
>>
>
> You can use git to grab it:
>
>     git pull https://github.com/POV-Ray/povray.git master
>
> However, if you go to the https://github.com/POV-Ray/povray web page
> there is a download zip option for the master branch on the right hand
> side about the middle of the page.
>
> One of the very cool things about github is it seems to built the zips
> automatically as the branches get updated.
>
> Bill P.

Hit send (before my coffee...) and it occurred to me if you have not 
done an initial install with git you would need to have run a clone of 
the code repository first to a local directory with :

    git clone https://github.com/POV-Ray/povray.git

before using any git pull commands to stay current locally with 
particular versions. The above clone will be set to the master branch by 
default.

You can switch versions in your local clone with a command like:

    git checkout origin/3.7-stable

to switch to the stable branch. Still very much learning git myself...

Bill P.


Post a reply to this message

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