|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dear Users
I am completely confused about how to install povray.
I downloaded powlinux.tgz, but install command semms not
to work at all. Where and what must be downloaded.
How to install ?
I have not even compiled any codes , by this I would be
greatfull for som instructions.
I have a AMD-K6/2 500 MHz cpu, 196 Mb memory, I use
Mandrake 8.0. distro.
pls
email instructions
Erik Hallsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sun, 10 Feb 2002 03:08:18 -0500, Erik Hallsten wrote:
> Dear Users
>
> I am completely confused about how to install povray. I downloaded
> powlinux.tgz, but install command semms not to work at all. Where and
> what must be downloaded. How to install ?
>
> I have not even compiled any codes , by this I would be greatfull for
> som instructions.
>
> I have a AMD-K6/2 500 MHz cpu, 196 Mb memory, I use Mandrake 8.0.
> distro.
>
>
> pls
>
> email instructions
>
> Erik Hallsten
The install script needs to be run as root. Afterwords, just run
"povray" with the correct command-line options from the console or a
terminal window. For details on the command-line options, consult the
manual page for "povray".
-Mark Gordon
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sun, 10 Feb 2002 10:08:18 +0200, Erik Hallsten wrote:
> Dear Users
>
> I am completely confused about how to install povray.
> I downloaded powlinux.tgz, but install command semms not
> to work at all. Where and what must be downloaded.
> How to install ?
First you'll need to unpack the file with something like:
$ tar -xzvf powlinux.tgz
$ cd povlinux35
$ su
(enter root's password)
# ./install
This is assuming you're using the 3.5 beta versions.
--
sphere{z*5,1pigment{rgb.5}finish{reflection.3specular.5}}box{<-50,-3,-50>
<50,-2,50>pigment{checker/*\__\\__/ * \_\\__*/scale 2}finish{ambient.7}}
light_source/*__\\__\\__\\__\\__\( ~ )\__\\__\\__\\__\\*/{<2,5,1>*4,1}
/*\\__\\__\\__\\__\\__\\__\\__\\__\~ -/__\\__\\__\\__\\__\\*//* Steve */
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
From the newbie leading newbie files...
After following Steve's installation steps I also had to (still as su) copy
the povray's ini file to a location povray expects it to be...
# cp /usr/local/lib/povray-3.5/ini/povray.ini
/usr/local/lib/povray-3.5/povray.ini
(note: that's a single line) and exited su mode.
Then with a browser opened the manual at
file:///usr/local/share/doc/povray-3.5/html/index.html
and followed "Tutorials|beginner's tutorial|Our First Image" for creating a
"test.pov" file.
Next, at a console, issued the command
$ povray test.pov
which created the file test.png (what a lovely yellow sphere!)
HTH
Steve wrote:
> On Sun, 10 Feb 2002 10:08:18 +0200, Erik Hallsten wrote:
>
>
> First you'll need to unpack the file with something like:
>
> $ tar -xzvf powlinux.tgz
> $ cd povlinux35
> $ su
> (enter root's password)
> # ./install
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|