POV-Ray : Newsgroups : povray.unix : Pulling 3.7 source from GitHub : Re: Pulling 3.7 source from GitHub Server Time
26 Apr 2024 12:07:53 EDT (-0400)
  Re: Pulling 3.7 source from GitHub  
From: Doctor John
Date: 8 Nov 2013 15:35:37
Message: <527d4b19$1@news.povray.org>
On 08/11/13 20:01, James Holsenback wrote:
> I thought I'd pass this along, since I didn't want to pull the /entire/
> repository ...
> 
> git prep:
> ---------
> mkdir povray
> cd povray/
> git init
> git config core.sparsecheckout true
> echo source/ >> .git/info/sparse-checkout
> echo unix/ >> .git/info/sparse-checkout
> echo vfe/ >> .git/info/sparse-checkout
> echo distribution/ >> .git/info/sparse-checkout
> git remote add -f origin https://github.com/POV-Ray/povray
> git pull origin master
> 

Personally, I just pulled the whole thing; I wanted a copy for Kati's
Windoze installation.

> build prep:
> -----------
> cd povray/unix
> ../prebuild.sh
> cd ../
> ../configure COMPILED_BY="jho### [at] povrayorg"
> make
> sudo make install
> 
> .... one problem I /just/ discovered is that the unix documentation that
> goes in ~povray/doc/html is missing ... looking into that!
> 
> Jim

Noticed that ;-)

John
-- 
Protect the Earth
It was not given to you by your parents
You hold it in trust for your children


Post a reply to this message

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