Difference between revisions of "Installing EPICS extensions"

From GlueXWiki
Jump to: navigation, search
Line 2: Line 2:
  
 
* Go to  
 
* Go to  
 +
 +
 +
== MEDM ==
 +
 +
* Download the tar-file from [http://www.aps.anl.gov/epics/extensions/medm/index.php EPICS web site].
 +
* Copy it into <i>$EPICS_EXTENSIONS/src/</i> directory ad unzip it there.
 +
* Create a symbolic link <i>medm</a> to the newly created MEDM distribution directory.
 +
* Go into <i>$EPICS_EXTENSIONS/src/medm</i> directory and type <b>make</b>.
 +
* You may get some messages about missing libraries, in which case you need to find what is missing on your Linux system and install them. Ubuntu has all the needed packages in the repository, and I think RHEL5 has them too.
 +
* The <i>medm</i> executable should be installed in  <i>$EPICS_EXTENSIONS/bin/$EPICS_HOST_ARCH/</i> directory.
  
  

Revision as of 10:09, 3 April 2011

Structure

  • Go to


MEDM

  • Download the tar-file from EPICS web site.
  • Copy it into $EPICS_EXTENSIONS/src/ directory ad unzip it there.
  • Create a symbolic link medm</a> to the newly created MEDM distribution directory.
  • Go into <i>$EPICS_EXTENSIONS/src/medm directory and type make.
  • You may get some messages about missing libraries, in which case you need to find what is missing on your Linux system and install them. Ubuntu has all the needed packages in the repository, and I think RHEL5 has them too.
  • The medm executable should be installed in $EPICS_EXTENSIONS/bin/$EPICS_HOST_ARCH/ directory.


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.
  • You may get some messages about missing libraries, in which case you need to find what is missing on your Linux system and install them. Ubuntu has all the needed packages in the repository, and I think RHEL5 has them too.
  • The alh executable should be installed in $EPICS_EXTENSIONS/bin/$EPICS_HOST_ARCH/ directory.