-
Notifications
You must be signed in to change notification settings - Fork 2
Build Arch
Tom Willemsen edited this page Apr 3, 2018
·
4 revisions
Build a directory under a given architecture instead of the default. This will switch the architecture temporarily to a given state for building. You can build multiple architectures within the same tree of EPICS (it will be built into bin/<architecture>
). Run:
build_arch <architecture>
e.g. build_arch windows-x64-static
Architectures allowed are given my the files in EPICS/base/master/configure/os/CONFIG.<architecture>.Common
NB You must build EPICS/base
in the given architecture first.