|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Just in time to expire in a few days, but I should have an update available
concurrent with other platforms.
This is a fairly traditional povlinux.tgz, but with HTML docs in the
package. The binary itself (just one, supports both X and SVGAlib,
uses whichever makes most sense) is statically linked so as to avoid
dependency issues (since you can't currently build against your own
installed libraries). Built on Red Hat 7.2, in case it matters.
Future versions will involve a whole stack of RPM's and (at some
point) .deb packages, but I'm not going to bother with this one given that
it's due to expire so soon. They'll be built with an prefix of /usr, but this
one is built with a prefix of /usr/local, though, so as not to conflict with
anything you have in package management. Keep a mind to your
$PATH if you end up with multiple versions installed in different prefixes
at some point.
Download from:
ftp://ftp.povray.org/pub/povray/Official/Linux/3.5beta/povlinux.tgz
It's a gzipped tarball. Linux users (with GNU tar, one can assume) can
uncompress it with tar xvfz povlinux.tgz, then cd povray35 and run
./install as root. This moves the contents of the directory, so
if you cd .. you won't find the directory where it used to be. Don't be
too badly surprised at this.
There are some references to this being version 3.4.9, which is what
the later beta packages will be so as to allow for smooth upgrade to
3.5 once the beta period is over.
Please report any problems to this group.
-Mark Gordon
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mark Gordon wrote:
>
> ftp://ftp.povray.org/pub/povray/Official/Linux/3.5beta/povlinux.tgz
>
> Please report any problems to this group.
>
untared, moved binary in ~/bin, moved povray.ini in ~/.povrayrc
try to run it:
tboudet:~/POV/tar.src$ povray +I awk1 +FT -w577 -h333 +q9 +a +v
[...]
Possible Command Line Error: Unknown switch 'I'.
Command Line Error: Problem with command line or INI file.
with +Iawk1 -without space- pov start happily, but this
break (for me) a _lot_ of Makefiles and shells scripts.
best regards.
--
Thierry exposant de trucs bizarres http://la.buvette.org/exPOV/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I can hear the crowds roaring... Thanks Mr. Gordon. I'm not a Linux user,
but I'm sure the POVers who are are certainly glad to see you again -
especially when you bring such joyous tidings. :)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3C3DA175.4B246EAC@chez.com> , "Thierry B." <oul### [at] chezcom>
wrote:
> with +Iawk1 -without space- pov start happily, but this
> break (for me) a _lot_ of Makefiles and shells scripts.
This is correct. The +I with a space between the name and switch was never
officially supported or documented nor will be be officially documented or
supported in the future. Sorry!
Thorsten
____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg
I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich wrote:
>
> In article <3C3DA175.4B246EAC@chez.com> , "Thierry B." <oul### [at] chezcom>
> wrote:
>
> > with +Iawk1 -without space- pov start happily, but this
> > break (for me) a _lot_ of Makefiles and shells scripts.
>
> This is correct. The +I with a space between the name and switch was never
> officially supported or documented nor will be be officially documented or
> supported in the future. Sorry!
>
Argh:)
but if I look at pov138.htm in 3.1 doc, this was not specified
that there must be NO space betwen optkey and optarg...
--
Thierry exposant de trucs bizarres http://la.buvette.org/exPOV/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3C3DB995.2D20A8C0@chez.com> , "Thierry B." <oul### [at] chezcom>
wrote:
> Argh:)
> but if I look at pov138.htm in 3.1 doc, this was not specified
> that there must be NO space betwen optkey and optarg...
The documentation does not tell you that "skyscraper", "tree" or "computer"
are invalid keywords either :-)
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich <tho### [at] trfde> wrote:
:> with +Iawk1 -without space- pov start happily, but this
:> break (for me) a _lot_ of Makefiles and shells scripts.
: This is correct. The +I with a space between the name and switch was never
: officially supported or documented nor will be be officially documented or
: supported in the future. Sorry!
However, you can run it now *without* the +I (as long as you give the full
filename, ie the '.pov' part included).
That is: povray file.pov
--
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Jeudi 10 Janvier 2002 17:28, Thorsten Froehlich wrote:
> In article <3C3DB995.2D20A8C0@chez.com> , "Thierry B."
> <oul### [at] chezcom> wrote:
>
>> Argh:)
>> but if I look at pov138.htm in 3.1 doc, this was not specified
>> that there must be NO space betwen optkey and optarg...
>
> The documentation does not tell you that "skyscraper", "tree" or
> "computer" are invalid keywords either :-)
But I see no reason they would be, while I see reasons spaces
would be allowed between +l and its argument: the vast majority
of Unix programs accept that.
--
spa### [at] freefr
You have my name and my hostname: you can mail me
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Jeudi 10 Janvier 2002 14:26, Mark Gordon wrote:
> Just in time to expire in a few days, but I should have an
> update available concurrent with other platforms.
Thank you!
> Built on Red Hat 7.2, in case it matters.
I don't know. What did Red Hat screw up, this time?
> They'll be built with an prefix of
> /usr, but this
> one is built with a prefix of /usr/local, though, so as not to
> conflict with
> anything you have in package management.
I hope there will still be a way to have a .tar.gz installed in
/usr/local. I won't install software elsewhere.
> Keep a mind to your
> $PATH if you end up with multiple versions installed in
> different prefixes at some point.
$ which povray
--
spa### [at] freefr
You have my name and my hostname: you can mail me
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <181### [at] mayaboanet> , Adrien Beau
<spa### [at] freefr> wrote:
>>> Argh:)
>>> but if I look at pov138.htm in 3.1 doc, this was not specified
>>> that there must be NO space betwen optkey and optarg...
>>
>> The documentation does not tell you that "skyscraper", "tree" or
>> "computer" are invalid keywords either :-)
>
> But I see no reason they would be, while I see reasons spaces
> would be allowed between +l and its argument: the vast majority
> of Unix programs accept that.
POV-Ray is not a Unix only program. The command line works the same
everywhere and only the i switch ignored a space before the actual filename,
all other switches always worked only as described in the manual.
Doing what Warp suggested is an option you have, and it is only one
character more to type, while of course without the space you have to type
one character less than before. There is no problem here and I see no need
to argue about it.
Thorsten
____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg
I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |