Difference between revisions of "Installing EPICS hardware support"

From GlueXWiki
Jump to: navigation, search
(EtherIP)
Line 8: Line 8:
 
<pre>
 
<pre>
 
EPICS_BASE=/usr/local/epics/base
 
EPICS_BASE=/usr/local/epics/base
 +
SHARE=$(EPICS_BASE)/support
 +
ETHER_IP=$(SHARE)/ether_ip
 
</pre>
 
</pre>
 
* Type <i>make</i>, and the library will be created in <i>$EPICS_BASE/support/ether_ip/lib/$EPICS_HOST_ARCH/</i> .
 
* Type <i>make</i>, and the library will be created in <i>$EPICS_BASE/support/ether_ip/lib/$EPICS_HOST_ARCH/</i> .

Revision as of 19:46, 5 April 2011

EtherIP

  • Create a directory, if it does not already exist,$EPICS_BASE/support/.
  • Go to $EPICS_BASE/support/ and check out the EtherIP source code using mercurial:
hg clone http://epics.hg.sourceforge.net:8000/hgroot/epics/ether_ip
  • This will install the latest version in the repository.
  • Edit configure/RELEASE file to contain only this :
EPICS_BASE=/usr/local/epics/base
SHARE=$(EPICS_BASE)/support
ETHER_IP=$(SHARE)/ether_ip
  • Type make, and the library will be created in $EPICS_BASE/support/ether_ip/lib/$EPICS_HOST_ARCH/ .