Difference between revisions of "CLAS CED"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
cvs co packages/ced | cvs co packages/ced | ||
− | cvs co packages/Hv | + | |
+ | #cvs co packages/Hv | ||
Got error message about no Motif so I had to install it | Got error message about no Motif so I had to install it | ||
Line 22: | Line 23: | ||
Next checkout the dc routines | Next checkout the dc routines | ||
− | cvs co packages/dc | + | #cvs co packages/dc |
− | cvs co packages/recutl | + | #cvs co packages/recutl |
got the error | got the error | ||
bm_read_trig.F:43: clas_offsets.inc: No such file or directory | bm_read_trig.F:43: clas_offsets.inc: No such file or directory | ||
+ | |||
+ | #now checkout and build the mapmanager library | ||
+ | |||
+ | cvs co Map | ||
+ | |||
+ | #cvs co fputil | ||
+ | |||
+ | #cvs co bos |
Revision as of 21:37, 24 September 2007
CLAS Event Display (CED)
How to compile CED
cvs co packages/ced
- cvs co packages/Hv
Got error message about no Motif so I had to install it
apt-get install libmotiv-dev
Got error message:
/usr/include/Xm/Xm.h:59:34: error: X11/extensions/Print.h: No such file or direc
Had to install:
apt-get install libXplibXp-dev
Now Hv is compiled
Next checkout the dc routines
- cvs co packages/dc
- cvs co packages/recutl
got the error
bm_read_trig.F:43: clas_offsets.inc: No such file or directory
- now checkout and build the mapmanager library
cvs co Map
- cvs co fputil
- cvs co bos