RCDB: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 10: Line 10:
  cd cpp
  cd cpp
  scons with-examples=true
  scons with-examples=true
'''NOTE1:''' header files for CPP is in $RCDB_HOME/cpp/include/RCDB/
'''NOTE2:''' cpp example how to write database: $RCDB_HOME/cpp/examples/write_conditions.cpp





Revision as of 08:55, 21 April 2017

NOT READY !!!!!!!!!!!!!!!!!!!!!!!!!!!!

To install RCDB, do following on RHEL7 machines:

su
cd /usr/local/src
git clone https://github.com/JeffersonLab/rcdb
cd rcdb/
source environment.bash
cd cpp
scons with-examples=true

NOTE1: header files for CPP is in $RCDB_HOME/cpp/include/RCDB/ NOTE2: cpp example how to write database: $RCDB_HOME/cpp/examples/write_conditions.cpp


Include following into $CLON/.setup file:

#rcdb setting
setenv RCDB_HOME /usr/local/src/rcdb

Also if needed:

appends $PYTHONPATH - with $RCDB_HOME/python
appends $PATH - with rcdb bin folder

Do following in Makefiles:

#rcdb
CLON_FLAGS += -I$(RCDB_HOME)/include -I$(RCDB_HOME)/include/SQLite
LIBNAMES += $(RCDB_HOME)/lib/librcdb.a
LIBNAMES += $(RCDB_HOME)/tmp/SQLite/librcdb_sqlite.a


??? Actual clas12 database will be provided as file 'clas12.sqlite', have to be placed into $CLON_PARMS directory