POV-Ray/Set up
POV-ray is a freeware program with the source code available. For users of the microsoft windows or mac OSX operating system who do not have POV-Ray already installed, you will have to download it from the POV-Ray [website]. For users of any major Linux distribution (Ubuntu, Fedora, Debian, etc.) you can obtain it directly from your software repository.
If you already have a copy of povray installed, you may skip this section.
Installation
editFor Windows
editPovray installers can be obtained from the website, here. To install this software, you will need to select either the 32 or 64 bit "binary", depending on whether you are running windows in 64 or 32 bit mode.
For Mac OSX
editStuff-it compressed archives of pov-ray can be found on their website. You will need stuff-it expander in order to be able to access the files.
For Linux
editLinux users may install this either through the software repository, or via the command line. You must have a connection to your software repository, such as via the internet.
Ubuntu/Debian
editGraphical method:
- From the title bar select System > Administration > Synaptic Package Manager. Enter the administrator password when prompted. In the search box, type "povray", then select the povray package. Once selected press install. You may be prompted to install supporting software. The software will be downloaded and installed.
Command Line:
- The package may be installed using the installer "aptitude". Simply type:
sudo apt install povray
- You may be prompted to confirm the install, after which the package manager will proceed to install POV-Ray.
- If the packages don't appear in the repositories for your distribution, they are available from the Ubuntu repositories.
Fedora
editPovray packages are not available for Fedora due to its non-free license [1]. But packages are maintained by the ATrpms 3rd party repository [2].
Graphical method:
- From the title bar select Applications -> Add remove software, then search for povray. Select it then select install.
Command Line:
- Simply type:
sudo yum install povray
You will be prompted to confirm, at which point yum will download and install povray.