Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
12ec251c
Commit
12ec251c
authored
11 years ago
by
Markus Frank
Browse files
Options
Downloads
Patches
Plain Diff
Please read doc/release.notes
parent
de2827ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/release.notes
+11
-0
11 additions, 0 deletions
doc/release.notes
with
11 additions
and
0 deletions
doc/release.notes
+
11
−
0
View file @
12ec251c
...
@@ -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
--------------------------
--------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment