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:29:45] paule |
kvalobs:kvoss:system:qc2:test:acceptance:qc2ins [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 34: | Line 34: | ||
$ svn co https:// | $ svn co https:// | ||
</ | </ | ||
+ | |||
+ | |||
+ | **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 (hardy or etc?). This is probably just an issue with which version of the library is installed and probably can be solved some other way. FIXME | ||
+ | |||
+ | < | ||
+ | - | ||
+ | + // | ||
+ | ... | ||
+ | - | ||
+ | + | ||
+ | ... | ||
+ | - filename=dit-> | ||
+ | + filename=dit-> | ||
+ | ... | ||
+ | </ | ||
+ | |||
**STEP 3:** Build and install as follows: | **STEP 3:** Build and install as follows: | ||
< | < | ||
- | $ cd $HOME/ | + | $ cd $HOME/ |
$ autoreconf -i | $ autoreconf -i | ||
$ ./configure --prefix=/ | $ ./configure --prefix=/ |