From 3a034f843d98dc89b53335f693d5a88832a3464c Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 30 Jan 2017 16:43:27 +0100 Subject: [PATCH] add examples for 3.14.8 and 3.13.10 to RELEASE --- configure/RELEASE | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/configure/RELEASE b/configure/RELEASE index 0a09a47..080ad73 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -14,9 +14,16 @@ TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top # define INSTALL_LOCATION_APP here #INSTALL_LOCATION_APP= +EPICS_BASE=/usr/local/epics/base-3.14.12 ASYN=~/top/asyn4-30 CALC=~/top/SynApps/calc-2-8 PCRE=~/top/pcre-7.2 -# EPICS_BASE usually appears last so other apps can override stuff: -EPICS_BASE=/usr/local/epics/base-3.14.12 +#3.14.8 does not understand ~ +#EPICS_BASE=/usr/local/epics/base-3.14.8 +#ASYN=/afs/psi.ch/user/z/zimoch/top/asyn-4.10 + +##Example 3.13 build +#EPICS_BASE=/usr/local/epics/base-3.13.10 +#ASYN=/afs/psi.ch/user/z/zimoch/top_3.13/4-6 +#COMPAT=/afs/psi.ch/user/z/zimoch/top_3.13