Installation from source code

  1. Download the specfe sources (replace <xxx> by the latest version):

    wget http://www.bessrc.aps.anl.gov/downloadDocs/specfe/specfe-<xxx>.tar.gz

  2. Unpack the sources:

    tar -zxvf specfe-<xxx>.tar.gz

  3. Change directory to the newly unpacked sources

    cd specfe-<xxx>

  4. Configure the package using the defaults:

    ./configure

    Quickly check the output for any egregious error messages

  5. Alternative configuration for APS users:

    As a quick alternative, for people at the APS who might be interested in evaluating specfe, I have included a predefined configuration script, appropriate to build and install specfe in a directory within your home directory, type

    ./configure-aps

    Check the output for any error messages

  6. Compile the package:

    make

    Again, quickly check the output for any egregious error messages

  7. Install the package:

    sudo make install

    If you have write access to /usr/local, (for example if you are running as root), you can omit the sudo

    Quickly check the output for any egregious error messages

  8. Try to run the package:

    cd

    specfe