RCDB: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''NOT READY !!!!!!!!!!!!!!!!!!!!!!!!!!!!''' | '''NOT READY !!!!!!!!!!!!!!!!!!!!!!!!!!!!''' | ||
To | To install RCDB, do following on RHEL7 machines: | ||
su | |||
cd /usr/local/src | cd /usr/local/src | ||
git clone https://github.com/JeffersonLab/rcdb | git clone https://github.com/JeffersonLab/rcdb | ||
cd rcdb/ | cd rcdb/ | ||
source environment. | source environment.bash | ||
cd cpp | cd cpp | ||
scons with-examples=true | scons with-examples=true |
Revision as of 08:52, 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
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