End-user Desktop Install: Linux
|
Notice: The GLAST code has not been released to the public and is for use by members of the LAT Collaboration only! |
Notes:
You need to have Java installed prior to using the installer. If you are a VRVS user you should already have Java installed; if not, you can download Java from
java.com.
The installer requires two directory paths to be provided so that it knows where to install the binary distribution packages and the required external libraries. These paths may point to any read/write-accessible location, but it is probably a good idea to create a special area for the installed products. Doing so will make it easy to "uninstall" a distribution simply by deleting the appropriate directory tree.
In the following example, the software will be installed in a subdirectory, called "glast", in the user's home directory. So, one would need to create the subdirectories by entering the following commands at the shell command-line:
mkdir $HOME/glast
mkdir $HOME/glast/packages
mkdir $HOME/glast/extlib
The resulting installation will have the following organization
Directory |
Contains |
|
The source code distribution, libraries, and parameter files. |
|
External libraries such as ROOT, Gaudi, etc. |
If necessary, refer to the Release Manager to determine the release status of a version.
Note: It is recommended that you install the software release in your work directory (e.g., c:\glast\yourWorkDirectory) and the External Libraries in your C:\glast\extlib directory.
setenv GLAST_EXT ${HOME}/glast/extlib
If you experience problems, refer to: Glast Software Installer.
Note: If you are a Linux user and prefer using a command line installer instead of a GUI, see Linux Command Line Installer.
Tip: If the Installer fails to open, check that you have javaws (typically located in /usr/java/bin/java).
For example, if you checked out GlastRelease and wish to run Gleam, you would enter:
/fullPath/to/GlastInstall/bin/Gleam
where an optional input parameter would be a jobOptions file; otherwise, a default jobOptions file will be used.
Note: FRED is an event viewer and is included with the installation of the External Libraries.
Last updated by: Chuck Patterson 11/30/2007 |