Tools
tool |
description |
website |
required |
notes |
---|---|---|---|---|
bash |
shell |
yes |
Technically sh, but go with bash. |
|
make |
build system |
yes |
use the command gmake |
|
gcc,g++ |
compiler |
yes |
||
java |
language |
yes |
required to build LCIO |
|
autconf |
configuration system |
no |
only required if configure needs to be regenerated (for developers) |
|
wget |
file downloader |
no |
wget get is only required for SimDist |
|
scp |
SSH file downloader |
no |
only required for developers using SimDist to upload tarballs to the distribution area |
Java
Java may not be present on your system. In this case, install the JDK 5.0 for your platform.
Windows
You will need to install http://www.cygwin.com/. For simplicity, just install everything.
OSX
OSX comes with most of the tools above. You may have to install wget if you want to use SimDist.
Linux
All of the tools should be installed on Linux.