Difference between revisions of "EVIO 4 CODA"

From New IAC Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
svn co svn://phecda.jlab.org/daqfs/source/svnroot/evio-4.0
 
svn co svn://phecda.jlab.org/daqfs/source/svnroot/evio-4.0
  
==Compile==
+
==Compile evio library==
  
 
1.) set the environmental variable to tell the software where CODA is
 
1.) set the environmental variable to tell the software where CODA is
Line 20: Line 20:
  
 
  scons
 
  scons
 +
 +
==Compile evio2xml==

Revision as of 20:27, 12 April 2012

Download EVIO

On 4/12/12 EVIO was being distributed using SVN and only on a jlabX machine onsite

If you login to a jlab machine you can see the contents of the repository using the command

svn ls svn://phecda.jlab.org/daqfs/source/svnroot/

Check Out

svn co svn://phecda.jlab.org/daqfs/source/svnroot/evio-4.0

Compile evio library

1.) set the environmental variable to tell the software where CODA is

setenv CODA_HOME /usr/local/coda/2.5

2.) While in the directory evio-2.0 run scons to compile everything

scons

Compile evio2xml