Compiling Lux
Start by installing development environment:
sudo apt-get install cvs
sudo apt-get install build-essential
sudo apt-get install cmake
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
topGet 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
topCompile
Configure:
cmake lux
and compile
make
topExecute
./luxrender