POV-Ray : Newsgroups : povray.newusers : installing povray on RH Linux 5.2 Server Time
6 Sep 2024 04:23:03 EDT (-0400)
  installing povray on RH Linux 5.2 (Message 1 to 2 of 2)  
From: mango
Subject: installing povray on RH Linux 5.2
Date: 25 Mar 1999 07:55:03
Message: <36FA345D.5851D5D1@iglou.com>
after uncompressing this file (povlinux.tgz), how do I install it ?
the documentation is unclear


Post a reply to this message

From: Mark Gordon
Subject: Re: installing povray on RH Linux 5.2
Date: 25 Mar 1999 08:23:22
Message: <36FA3A5D.6040D64A@mailbag.com>
mango wrote:
> 
> after uncompressing this file (povlinux.tgz), how do I install it ?
> the documentation is unclear

Which version of POV-Ray are you installing? The following commands will
work for POV-Ray 3.1e, assuming you're starting in the directory in
which you uncompressed povlinux.tgz:

mv -r povray31 /usr/local/lib
cd /usr/local/lib/povray31
mv x-povray /usr/local/bin
mv s-povray /usr/local/bin
mv povray.1 /usr/local/man/man1

For POV-Ray 3.02, the first two lines should instead be:

mv -r povray3 /usr/local/lib
cd /usr/local/lib/povray3

Assuming /usr/local/lib, /usr/local/bin, and /usr/local/man/man1 have
the permissions one normally sees under RH5.2, you'll have to be root to
move these.

-- 
Mark Gordon
mtg### [at] mailbagcom
http://www.mailbag.com/users/mtgordon/index.html

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/S d-- s-: a- C++$ UA+$ UH+$ UO+$ US+$ UL++++ P+++ L++(+++) E W++ N+
o-- 
K++ w---$ O- M$ V--$ PS++ PE- Y+ PGP->+ t+ 5++ X R+ tv-- b++ DI++$ D+ G 
e++>++++ h- r*%-- y-
------END GEEK CODE BLOCK------


Post a reply to this message

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