1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | exampleCPP Makefile questions |
From: | "Wang, Andrew via Tech-talk" <tech-talk at aps.anl.gov> |
To: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Mon, 16 Aug 2021 21:00:44 +0000 |
All, I am a bit stumped trying to get exampleCPP built for EPICS 7. Within the documentation, it says that the following need to be done. make requires: A proper RELEASE.local is present one directory level above exampleCPP. Either ExampleRELEASE.local or MasterRELEASE.local is used. ExampleRELEASE.local is used to build via an official EPICS 7 release. MasterRELEASE.local is used to build via modules that have been cloned from github. In either case the file chosen is copied to configure, renamed, and edited. For example: cp ExampleRELEASE.local configure/RELEASE.local gedit configure/RELEASE.local // change EPICS7_DIR and possibly EPICS_BASE The definition of EPICS7_DIR must be changed to the location where You installed and built a version of EPICS7. I am not quite sure what this all entails. Some insight would be greatly appreciated. Thanks, Andy |