------------------------------------------------------------------------------ Title: GENERIC INSTALLATION INSTRUCTIONS FOR ADE-BASED SOFTWARE Version: $HeadURL$ $LastChangedRevision$ ------------------------------------------------------------------------------ 1. Prerequisite software You must have the following software installed and accessible to the user who will compile and to the user who will install this package: GNU make Perl version 5 or greater Korn shell or Bash ADE (probably available at the same place you found this) 2. Compilation As non-root run: make configure If you want to change the installation path, or other path-related configuration parameters then run: make configure ADECONF_FLAGS="--prefix=/some/path/or/other ..." Consult the adeconf(1) man page for more information on valid adeconf options. Then run: make 3. Installation As a user with suitable privileges (depending where you are trying to install into this may be you or it may be root), from the same directory run the command: make install If you're feeling nervous then first run: make -n install 4. Configuration and execution See the accompanying manual pages. ------------------------------------------------------------------------------