Difference between revisions of "CLAS CED"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
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 | ||
+ | |||
+ | 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 |
Revision as of 21:28, 24 September 2007
CLAS Event Display (CED)
How to compile and run
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