<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Folks,</p>
    <p>Here are some things you might try to build SQLiteCpp. They all
      depend on a up-to-date version of build_scripts.</p>
    <p><b>Build SQLiteCpp in a random directory</b></p>
    <pre>mkdir randdir
cd randdir
make -f $BUILD_SCRIPTS/Makefile_sqlitecpp SQLITECPP_VERSION=2.2.0</pre>
    <p><b>Build SQLiteCpp under $GLUEX_TOP</b></p>
    <pre>cd $GLUEX_TOP
make -f $BUILD_SCRIPTS/Makefile_all sqlitecpp_build SQLITECPP_VERSION=2.2.0
</pre>
    <p>This will create an sqlitecpp directory under $GLUEX_TOP and then
      build version 2.2.0 as a subdirectory named sqlitecpp-2.2.0</p>
    <p><b>Build SQLiteCpp and new versions of other packages as part of
        an existing gluex_install tree<br>
      </b></p>
    <pre>cd $GLUEX_TOP<b>
</b>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<b>
</b></pre>
    <p>If you cut and paste, you might have to remove the "#" comments.</p>
    <p>Let me know if you have questions.</p>
    <p>   -- Mark<b></b></p>
    <pre class="moz-signature" cols="72">-- 
Mark Ito, <a class="moz-txt-link-abbreviated" href="mailto:marki@jlab.org">marki@jlab.org</a>, (757)269-5295
</pre>
  </body>
</html>