Skip to main content.
  1. Compiling Lux
    1. Install dependencies
    2. Get source code
    3. Compile
    4. Execute

Compiling Lux

Start by installing development environment:

sudo apt-get install cvs

sudo apt-get install build-essential

sudo apt-get install cmake

top

Install dependencies

Copy as a one command to the terminal:

sudo apt-get install bison flex libboost-dev libfltk1.1-dev libboost-thread-dev libboost-date-time-dev libboost-program-options-dev libboost-filesystem-dev libopenexr-dev libboost-iostreams-dev libboost-regex-dev libboost-serialization-dev libboost-wave-dev libtiff4-dev libpng12-dev

top

Get source code


Make directory:

mkdir cvs-lux

cd cvs-lux

Then we make checkout:

cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/ecume co lux

top

Compile

Configure:

cmake lux

and compile

make

top

Execute

./luxrender