I just compiled Lux and here is what I had to do:
UPDATE4: Added libwxgtk2.8-dev (19.6.2008).
UPDATE3: Tested on clean install and added some missing deps (31.12.2007).
UPDATE2: I've added new dependencies to the list, thanks HyperCity.
UPDATE: I've added new dependencies to the list (This should work, let me know if there are problems)
Compiling Lux in Ubuntu Gutsy/Hardy:
developing tools:
- Code: Select all
sudo apt-get install cvs
sudo apt-get install build-essential
sudo apt-get install cmake
Depencies as a one command:
- Code: Select all
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 libwxgtk2.8-dev
And then just follow this:
http://www.luxrender2.org/index.php?opt ... &Itemid=70
EDIT: Here you can find more official version by Radiance: http://www.luxrender.net/wiki/index.php ... g_on_Linux
Hope this is useful for others.
