This is an old revision of the document!
These are my notes in my attempt to compile CIVET (a version updated by Daan in February 2015) on a VM running CentOS 6.5:
1. When copying the code if links or files in the folder SRC are missing it is ok. You can ignore
2. Need to make sure to source the init.sh file
3. For my installation I also needed to install Getopt:: Tabular from cpan
cpan
install Getopt::Tabular
quit
but that was before I sourced the init.sh file so that might not be necessary