[Halld-offline] hints on building SQLiteCpp
Mark Ito
marki at jlab.org
Fri Feb 2 16:35:53 EST 2018
Folks,
Here are some things you might try to build SQLiteCpp. They all depend
on a up-to-date version of build_scripts.
*Build SQLiteCpp in a random directory*
mkdir randdir
cd randdir
make -f $BUILD_SCRIPTS/Makefile_sqlitecpp SQLITECPP_VERSION=2.2.0
*Build SQLiteCpp under $GLUEX_TOP*
cd $GLUEX_TOP
make -f $BUILD_SCRIPTS/Makefile_all sqlitecpp_build SQLITECPP_VERSION=2.2.0
This will create an sqlitecpp directory under $GLUEX_TOP and then build
version 2.2.0 as a subdirectory named sqlitecpp-2.2.0
*Build SQLiteCpp and new versions of other packages as part of an
existing gluex_install tree
*
cd $GLUEX_TOP**mv build_scripts-latest build_scripts-latest.old # latest version will be downloaded
mv version.xml version.xml.old # the current default version set will be downloaded
cd .. # move to the directory above gluex_top
setenv SIM_RECON_SCONS_OPTIONS -j4 # for four threads for sim-recon
/path/to/gluex_install/gluex_install.sh**
If you cut and paste, you might have to remove the "#" comments.
Let me know if you have questions.
-- Mark**
--
Mark Ito, marki at jlab.org, (757)269-5295
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jlab.org/pipermail/halld-offline/attachments/20180202/aa25060f/attachment.html>
More information about the Halld-offline
mailing list