next up previous
Next: 3 The Packages Up: BUILD SCRIPTS: A Version Previous: 1 Introduction

Subsections

2 Getting Started

This section give concise instructions for performing a few common tasks with BUILD SCRIPTS.

2.1 Getting a Copy of Build Scripts

There are several sources.

2.1.1 Pre-Installed at JLab

At JLab, BUILD SCRIPTS is installed in /group/halld/Software/build_scripts. You can start by defining an enviroment variable:

export BUILD_SCRIPTS=/group/halld/Software/build_scripts
for bash or
setenv BUILD_SCRIPTS /group/halld/Software/build_scripts
for tcsh.

2.1.2 Pre-Installed Outside JLab

Outside JLab, when the gluex_install procedure has been followed (see section 10), BUILD SCRIPTS will be installed under $GLUEX_TOP/build_scripts. You will have to contact your local expert to find the location of $GLUEX_TOP. Once that is known the BUILD_SCRIPTS environment variable to point to $GLUEX_TOP/build_scripts.

2.1.3 Install via tar file

The latest version of BUILD SCRIPTS is available from GitHub at

https://github.com/JeffersonLab/build_scripts/archive/latest.tar.gz
Set your BUILD_SCRIPTS environment variable to the full path of the build_scripts-latest directory that results from untar'ing the file.

2.1.4 Clone from GitHub

You can clone the Git repository:

git clone https://github.com/jeffersonlab/build_scripts


next up previous
Next: 3 The Packages Up: BUILD SCRIPTS: A Version Previous: 1 Introduction
Mark Ito 2020-03-18