POV-Ray : Newsgroups : povray.beta-test : No configure file to build povray on Unix (whe donwloaded from git : No configure file to build povray on Unix (whe donwloaded from git Server Time
19 Apr 2024 23:06:54 EDT (-0400)
  No configure file to build povray on Unix (whe donwloaded from git  
From:
Date: 11 Feb 2017 09:55:01
Message: <web.589f248f4ee6518c1584cee80@news.povray.org>
Hi,

There exist no configure-file to build povray on unix when dowloading from git

$ git clone https://github.com/POV-Ray/povray.git
$ cd povray
$ git checkout v3.7.1-beta.2
$ find . -name configure
../libraries/tiff/configure
../libraries/jpeg/configure
../libraries/openexr/configure
../libraries/ilmbase/configure
../libraries/png/configure
../libraries/zlib/configure
$ git checkout master
../libraries/tiff/configure
../libraries/jpeg/configure
../libraries/openexr/configure
../libraries/ilmbase/configure
../libraries/png/configure
../libraries/zlib/configure

In povray 3.7.0.RC6 there was a configure file in the root directory. 3.7.0.RC6
was extracted from povray-3.7.0.RC6.tar.gz however.
$ cd .../povray-3.7.0.RC6
$ find . -name configure
../configure

/Thanks for a great program, Jan


Post a reply to this message

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