Generic installation instructions for ADE-based software ======================================================== Prerequisite software --------------------- Software based on ADE require the following software to be installed first: GNU make Perl version 5 or greater Bash ADE Preparing to compile -------------------- Run: make bin/*-config --format=make and examine the output. It will look something like this (comments added here only): # under which directory tree should the application's files be installed? _PREFIX = /usr # more specifically, where should the application's commands be installed? _BIN_PREFIX = /usr/bin # where should the application's documentation be installed? _DOC_PREFIX = /usr/share/doc/ # where should the application's configuration files be installed? _ETC_PREFIX = /etc/ # where should the application's include files be installed? _INCLUDE_PREFIX = /usr/include/ # where should the application's library be installed? _LIB_PREFIX = /usr/lib/ # where should the application's man pages be installed? _MAN1_PREFIX = /usr/share/man/man1 _MAN2_PREFIX = /usr/share/man/man2 _MAN3_PREFIX = /usr/share/man/man3 _MAN4_PREFIX = /usr/share/man/man4 _MAN5_PREFIX = /usr/share/man/man5 _MAN6_PREFIX = /usr/share/man/man6 _MAN7_PREFIX = /usr/share/man/man7 _MAN8_PREFIX = /usr/share/man/man8 _MAN_PREFIX = /usr/share/man If the paths you see do not match what you or your system require, then edit bin/*-config.sh, make the correct setting and repeat this part of the procedure again. Do this again and again until the settings displayed are correct. Compilation ----------- Run: make Testing ------- Run: make tests Installation ------------ Run: make install Depending on where you are installing to, you might need to be root for this to work. Application-specific instructions --------------------------------- This document describes the steps required for ADE-based software. There may be additional steps needed which are specific to this application. Please consult doc/README. (if it exists). Configuration and execution --------------------------- See the man pages.