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 technically sh, but go with bash .shell

make

build system

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

yes

use the command gmake

gcc

compiler

http://gcc.gnu.org/

yes

implies g++, ld, etc.

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 if uploading tarballs to the distribution area with SimDist

...