Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

tool

description

website

required

notes

bash

shell

http://www.gnu.org/software/bash/

yes

Technically sh, but go with bash.

make

build system

http://www.gnu.org/software/make/

yes

use the command gmake

gcc,g++

compiler

http://gcc.gnu.org/

yes

java

language

http://java.sun.com/

yes

required to build LCIO

autconf

configuration system

http://www.gnu.org/software/autoconf/

no

only required if configure needs to be regenerated (for developers)

wget

file downloader

http://www.gnu.org/software/wget/

no

wget get is only required for SimDist

scp

SSH file downloader

http://www.openssh.com/

no

only required for developers using SimDist to upload if uploading tarballs to the distribution area with SimDist

Java

Java may not be present on your system. In this case, install the JDK 5.0 for your platform.

...