From c1a4e6d3f75877a16f319809bb3fcd79d199875d Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Fri, 14 Oct 1994 19:30:32 +0000 Subject: [PATCH] Some supplemental information for building on HP and Alpha. --- README.hp700_alpha | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.hp700_alpha diff --git a/README.hp700_alpha b/README.hp700_alpha new file mode 100644 index 000000000..2e4cc82ff --- /dev/null +++ b/README.hp700_alpha @@ -0,0 +1,24 @@ +# +# supplement README for HP700 and Alpha OSF/1 builds +# +# + +- EPICS environment variable - set by hand prior to build + + For EPICS builds on HP700 and Alpha OSF/1, set an environment variable "EPICS" + to the base of the EPICS directory to do builds in (the directory where + this file resides, for instance). + + If you are currently in the base directory, then do the following: + % setenv EPICS $cwd + +- set path to include gnu make and base/tools and base/bin/ + + Then set the path such that a recent version (e.g. V3.70) of gnumake + is available (as make) before any system supplied makes, and that + $EPICS/base/tools and $EPICS/base/bin/ are included as well. + + For example: + + % set path=(/usr/local/bin $EPICS/base/tools $EPICS/base/bin/hp700 $path) +