46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
#
|
|
# supplement README for HP700 and Alpha OSF/1 builds
|
|
#
|
|
# M. Anderson and J. Tang
|
|
|
|
|
|
- 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/<arch>
|
|
|
|
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/<arch> are included as well.
|
|
|
|
For example:
|
|
|
|
% set path=(/usr/local/bin $EPICS/base/tools $EPICS/base/bin/hp700 $path)
|
|
|
|
|
|
- to build multiple architectures in same tree
|
|
|
|
To build multiple architectures in the same directory tree, you
|
|
can avoid editing CONFIG_SITE by simply issuing make with HOST_ARCH=<arch>
|
|
|
|
For example:
|
|
|
|
% make HOST_ARCH=hp700
|
|
|
|
|
|
Also, directory permissions may not be correct across multiple machines,
|
|
so a
|
|
|
|
% chmod -R ugo+rw base extensions
|
|
|
|
might be necessary.
|
|
|
|
- bsdinstall is written to replace install for hp.
|