Difference between revisions of "Installing EPICS extensions"

From GlueXWiki
Jump to: navigation, search
 
(Alarm Handler)
Line 10: Line 10:
 
* Copy it into <i>$EPICS_EXTENSIONS/src/</i> directory ad unzip it there.
 
* Copy it into <i>$EPICS_EXTENSIONS/src/</i> directory ad unzip it there.
 
* Create a symbolic link <i>alh</a> to the newly created ALH distribution directory.  
 
* Create a symbolic link <i>alh</a> to the newly created ALH distribution directory.  
* Go into <i>$EPICS_EXTENSIONS/src/alh</i> directory and type <b>make</i>.
+
* Go into <i>$EPICS_EXTENSIONS/src/alh</i> directory and type <b>make</b>.
 
* The <i>alh</i> executable should be installed in  <i>$EPICS_EXTENSIONS/bin/$EPICS_HOST_ARCH/</i> directory.
 
* The <i>alh</i> executable should be installed in  <i>$EPICS_EXTENSIONS/bin/$EPICS_HOST_ARCH/</i> directory.

Revision as of 09:59, 3 April 2011

Structure

  • Go to


Alarm Handler

  • Download the tar-file from EPICS web site.
  • Copy it into $EPICS_EXTENSIONS/src/ directory ad unzip it there.
  • Create a symbolic link alh</a> to the newly created ALH distribution directory.
  • Go into <i>$EPICS_EXTENSIONS/src/alh directory and type make.
  • The alh executable should be installed in $EPICS_EXTENSIONS/bin/$EPICS_HOST_ARCH/ directory.