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: | RE: Epics installation |
From: | Mark Rivers <[email protected]> |
To: | "'Vikram Bhagat'" <[email protected]>, epics talk <[email protected]> |
Date: | Fri, 15 Nov 2013 21:43:18 +0000 |
For building an IOC that uses asyn, autosave, streamDevice, and std I would recommend just downloading the synApps module: http://www.aps.anl.gov/bcda/synApps/ If you do that then everything is all set up for you, with dependencies between modules, and a top-level Makefile. I also has instructions on how to install
and build it: http://www.aps.anl.gov/bcda/synApps/synApps_5_7.html For extensions you only need to the Top file, not the Configure file. You install that, and then install the individual extensions under extensions/src. You
edit extensions/configure/RELEASE to set the path to EPICS base and some other things. Then you run make at the top level of extensions. Mark From: [email protected] [mailto:[email protected]]
On Behalf Of Vikram Bhagat Hello, |