|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Having a bunch of trouble installing Povray in linux (mdk 7.0 to be exact;
with newest kernel)
<p>Althought the kernel doesn't matter. . ..
<br>
<p>Can anyone spare a few minutes for a newbie-level install guide?? I can't
find anything like it anywhere on the net. . .
<br>I would be most appreciative.
<br>Thanks!
<br>Gerald</html>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
same thing here, but I'm using Corel Linux (if there's any difference in
installation)
root wrote in message <391172A3.F067F57F@hotmail.com>...
Having a bunch of trouble installing Povray in linux (mdk 7.0 to be
exact; with newest kernel)
Althought the kernel doesn't matter. . ..
Can anyone spare a few minutes for a newbie-level install guide?? I
can't find anything like it anywhere on the net. . .
I would be most appreciative.
Thanks!
Gerald
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Please don't post in HTML.
Download the binaries and read the text file.
If you're having a specific problem then post the details
here but not in HTML.
--
Cheers
Steve email mailto:sjl### [at] ndirectcouk
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.ndirect.co.uk/~sjlen/
or http://start.at/zero-pps
12:17am up 8 days, 2:18, 3 users, load average: 1.00, 1.00, 1.00
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
For both Mandrake and Corel:
1) If you got POV-Ray in some sort of package from your Linux vendor,
I'm not in a terribly good position to help. Mandrake presumably uses
RPM; Corel might do likewise, in which case installing the RPM's is all
there is to it.
2) If you're using the official version from either povray.org or the
latest IRTC CD, I can answer questions. If you're used to RPM, you may
be entirely unfamiliar with the concept of a tarball. Here's the short
version:
$ cd /wherever/you/put/the/download/povlinux.tgz
$ tar xvfz povlinux.tgz
$ cd povray31
$ su
Password:
# ./install
# exit
$ cd
$ cp /usr/local/lib/povray31/povray.ini ~/.povrayrc
At that point, you should be ready to go. I get some minor error
messages that don't really mean anything (mv: cannot remove directory
`povray31`). If you have any other questions:
$ man povray
(read the manpage, especially for details on command-line usage)
$ less /usr/local/lib/povray31/povuser.txt
(read the documentation for how to use the scene description language if
it's unfamiliar)
BTW, it's generally a good idea to use a non-root account when doing
anything not involved with system administration. Generally I log in as
a normal user and su when necessary.
-Mark Gordon
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mark Gordon wrote:
> $ less /usr/local/lib/povray31/povuser.txt
> (read the documentation for how to use the scene description language if
> it's unfamiliar)
>
in addition, you may want to download and install the html versions of
the documentation. reading a flat text file isn't the most efficient, or
fun, thing to do.
when i installed povray, i just read all the README's or install.txt
files (or whatever the names were) that were in the untar'd directory.
this lead me to a succesful installation.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |