--- ray/INSTALL.scons 2008/12/26 17:00:32 1.1 +++ ray/INSTALL.scons 2009/10/22 21:24:21 1.3 @@ -3,15 +3,16 @@ Building and Installing Radiance with SCons This file describes how to build and install Radiance using the SCons based build system (an alternative to the traditional makeall script -expleined in the README file). +explained in the README file). Requirements ------------ Please make sure that you have dowloaded and unpacked BOTH the Radiance -source package AND the archive with the auxiliary files. Crucial parts -of the system will be missing if you only have one of them. +source package AND the archive with the auxiliary support files. +Crucial parts of the system will be missing if you only have one of +them, and SCons will be unable to build the software. SCons is a platform-independent software configuration and build system written in Python. If SCons and Python are not already installed on your @@ -20,7 +21,7 @@ system, then you need to download and install them fir Python: http://www.python.org/ SCons: http://www.scons.org/ -For many systems, precompiled packages are availabls, such as Installer +For many systems, precompiled packages are available, such as Installer files for Windows. Most Linux distributions already come with Python installed and ready to use. @@ -125,7 +126,7 @@ Installation ------------ The software will be installed into the directories given either in the -configuration file through command options, by invoking +configuration file or through command options, by invoking $> scons install @@ -147,7 +148,7 @@ Cleanup To save disk space on your system, or in preparation of a fresh build with different settings, you can clean up the source tree by invoking - %> scons -c + $> scons -c This will delete all the generated object files, libraries, and executables in and below the "ray/src/" subdirectory.