This page describe how to retrieve and compile the MilleFeuille library. I assume that the instalation take place on a graphics lab machine, and that the IWork infrastructure is correctly installed.
Add at the end of your .cshrc (or equivalent for the shell you are using)
setenv MILLEFEUILLE_ROOT {path of the MilleFeuille directory including MilleFeuille} setenv MILLEFEUILLE_DSO_DIR $MILLEFEUILLE_ROOT/lib setenv LD_LIBRARY_PATH $MILLEFEUILLE_ROOT/lib:$LD_LIBRARY_PATH set path = ($path $MILLEFEUILLE_ROOT/bin/`uname -s`)
The following steps will compile the full MilleFeuille library as well as a couple of examples:
cd $MILLEFEUILLE_ROOT gmake
After the mural server has been started one can run millefeuille_primer by following the following steps:
cd $MILLEFEUILLE_ROOT/progs/primer millefeuille_primer