Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kvalobs:kvoss:system:qc2:test:acceptance:qc2ins [2010-04-18 19:06:05] paule |
kvalobs:kvoss:system:qc2:test:acceptance:qc2ins [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 26: | Line 26: | ||
</ | </ | ||
- | **STEP 2:** As user kvalobs make a local source directory and checkout the distribution from: https:// | + | **STEP 2:** As user kvalobs make a local source directory and checkout the distribution from: https:// |
< | < | ||
- | $ mkdir kvalobs-svn | + | $ cd $HOME |
- | $ cd kvalobs-svn | + | $ mkdir kvQc2-svn |
- | $ co https:// | + | $ cd kvQc2-svn |
+ | $ svn co https:// | ||
</ | </ | ||
- | **STEP 3:** Build and install as follows: | ||
- | < | + | **Conundrum** There is as-of-yet open issue with boost program options. The default version on the different flavours of ubuntu are different, and the ReadProgramOptions.cc code has to be changed to fit the appropriate ubuntu |
- | aclocal | + | |
- | automake | + | |
- | autoreconf -i | + | |
- | ./configure --prefix=/ | + | |
- | make | + | |
- | make install | + | |
- | ADDENDUM | + | < |
- | $ export KVALOBS=Your Choice | + | - |
- | $ ./configure | + | + //std::cout << full_path << std:: |
+ | ... | ||
+ | - std::cout << "Does not exist: " << full_path.file_string() << | ||
+ | + | ||
+ | ... | ||
+ | - | ||
+ | + filename=dit-> | ||
+ | ... | ||
</ | </ | ||
- | ** kvalobs including Qc2 is now installed locally ... under $HOME/bin ... ** | ||
+ | **STEP 3:** Build and install as follows: | ||
+ | |||
+ | < | ||
+ | $ cd $HOME/ | ||
+ | $ autoreconf -i | ||
+ | $ ./configure --prefix=/ | ||
+ | $ make | ||
+ | $ make install | ||
+ | </ | ||
+ | |||
+ | ** kvalobs including Qc2 is now installed locally ... under $HOME/bin ... ** Depending on the setup, kvalobs Qc1 daemons are also set up here (as on dev-vm116) and the run-time kvalobs configuration, |