Skip to content
Snippets Groups Projects
Commit 12ec251c authored by Markus Frank's avatar Markus Frank
Browse files

Please read doc/release.notes

parent de2827ef
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,17 @@ DD4hep ---- Release Notes ...@@ -27,6 +27,17 @@ DD4hep ---- Release Notes
- Missing is a modular description of the G4 UI and VIS manager(s). - Missing is a modular description of the G4 UI and VIS manager(s).
- Documentation is to come. Before documentation is not present - Documentation is to come. Before documentation is not present
the usage is discouraged. the usage is discouraged.
Note:
- This version of DDG4 uses boost::spirit. It will compile without
the BOOST include files and the old functionality is preserved,
but it will not work.
To use BOOST add to the cmake statement the following tags:
cmake <regular tags> \
-DDD4HEP_USE_BOOST=ON \
-DBOOST_INCLUDE_DIR=${BOOST_INCLUDE_DIR} ....
Where BOOST_INCLUDE_DIR should point to the boost header directory.
BOOST libraries are not used.
2013/10/18 Markus Frank 2013/10/18 Markus Frank
-------------------------- --------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment