CCDB: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
Do following in Makefiles: | Do following in Makefiles: | ||
CLON_FLAGS += -I$(CCDB_HOME)/include | #ccdb | ||
CLON_FLAGS += -I$(CCDB_HOME)/include \ | |||
-I$(CCDB_HOME)/include/SQLite | |||
LIBNAMES += $(CCDB_HOME)/lib/libccdb.a | LIBNAMES += $(CCDB_HOME)/lib/libccdb.a | ||
LIBNAMES += $(CCDB_HOME)/tmp/SQLite/libccdb_sqlite.a | |||
Actual clas12 database will be provided as file 'clas12.sqlite', have to be placed into $CLON_PARMS directory | Actual clas12 database will be provided as file 'clas12.sqlite', have to be placed into $CLON_PARMS directory |
Revision as of 13:42, 16 February 2016
To use CCDB for online/trigger purposes, do following on clon machines:
cd /usr/local/src git clone https://github.com/JeffersonLab/ccdb cd ccdb/ source environment.csh scons with-examples=true with-mysql=false
Include following into $CLON/.setup file:
#ccdb setting setenv CCDB_HOME /usr/local/src/ccdb
Do following in Makefiles:
#ccdb CLON_FLAGS += -I$(CCDB_HOME)/include \
-I$(CCDB_HOME)/include/SQLite
LIBNAMES += $(CCDB_HOME)/lib/libccdb.a LIBNAMES += $(CCDB_HOME)/tmp/SQLite/libccdb_sqlite.a
Actual clas12 database will be provided as file 'clas12.sqlite', have to be placed into $CLON_PARMS directory