...
If you have already unpacked the .rpm, you can then run the following command to begin the GUI-based installer:
Code Block | ||
---|---|---|
| ||
sudo /opt/pixar/RenderMan-Installer/bin/RenderManInstaller |
The installer will connect with the RenderMan Pixar Server and download your licensed components. During the installation process you will see that the default location for installation is /opt/pixar This will become the root directory for all of the software components listed above.
Carousel Image Slider infinite false sliderHeight 350 labelsFilter installerLinux slidesToScroll 2 slidesToShow 2
...
Installing to the default location
To install the software to the default location, first change to the directory where the .pkg files are located, and from a root shell type:
Code Block | ||
---|---|---|
| ||
> installer -pkg RenderManProServer-version-osxflavorlinuxflavor.pkg -target / |
For example:
Code Block | ||
---|---|---|
| ||
> installer -pkg RenderManProServer-Installer-21.0_1590950-osxLionlinuxRHEL6_gcc44icc121gcc44icc150.x86_64.pkg -target / |
Installing to a drive other than /
...
Code Block | ||
---|---|---|
| ||
> installer -pkg RenderManProServer-21.0_1590950-osxLionlinuxRHEL6_gcc44icc121gcc44icc150.x86_64.pkg -target /Volumes/HD2 |
...
There are several environment variables that users should set. These can be added to your .cshrc, .tcshrc (or other startup) file, like so:
setenv RMANTREE =/Applicationsopt/Pixarpixar/RenderManProServer-21.0
or, if you are using bash:
export RMANTREE=/Applicationsopt/Pixarpixar/RenderManProServer-21.0
The following environment variables are recommended:
...