CS 384g Computer Graphics Pretty picture (wavelet radiance)

Fall 2004


Instruction to install Fltk on your machines

Express Installation

Linux

You are not supposed to do anything with it. Just make sure that you can access /public/linux/. The given Makefile has set its path to that directory. You should be able to just type 'make' to compile the skeleton code. However, since I only tested it on few machines, it may not be the case on your desktop. Please let me know such that I can fix it.

Windows

You will need to get a copy of the binary libraries and unzip them to C:\. Then you should be able to open and compile the skeleton code using Visual C++. If you'd prefer to unzip the libraries to a different location, you'll have to modify "Additional Include Directories" and "Additional Library Directories" under Project->Properties->C/C++->General and Project->Properties->Linker->General, respectively.