A. To configure and compile wvware in Greenstone2/3, need to first: source ./devel.bash B. To compile up all of gnome-lib: ./CASCADE-MAKE.sh C. To do a clean compile At the toplevel, rm the directory completely ./CASCADE-MAKE.sh tarclean ./CASCADE-MAKE.sh The second step removes all the extracted packages. While the third step extracts and recompiles them all again. If you wish to just remove the intermediate files generated by configure and compile, then replace the 2nd step with ./CASCADE-MAKE.sh distclean D. To compile just a package in gnome-lib: source ./devel.bash ./packages/CASCADE-MAKE/.sh E. To completely clean a single package and compile it up by itself (source ./devel.bash, unless you've already done it) ./packages/CASCADE-MAKE/.sh tarclean ./packages/CASCADE-MAKE/.sh If you wish to just remove the package's intermediate files generated by configure and compile, then replace the 2nd step with ./packages/CASCADE-MAKE/.sh distclean F. To generate the gnome-lib-minimal-.tar.gz archive file, 1. Open a fresh exterm 2. make sure the gnome-lib folder is renamed to "gnome-lib-minimal" first 3. source ./devel.bash 4. toplevel ./CASCADE-MAKE.sh makeminimal 5. svn commit the tar.gz file This will generate a tar.gz file of the correct name. And because the gnome-lib folder had been renamed to gnome-lib-minimal in step 2, when the tar.gz file is extracted, it will extract as a folder called gnome-lib-minimal, as required. Tested on the Mac MountainLion. G. To generate the gnome-lib-.tar.gz archive file 1. Open a fresh exterm 2. Make sure the top level gnome-lib folder is called "gnome-lib" 3. source ./devel.bash 4. toplevel ./CASCADE-MAKE.sh makedist 5. svn commit the tar.gz file