From 4c07f7965d46d8893d4fe6ef4ead7aed8aaa9c37 Mon Sep 17 00:00:00 2001
From: Markus Frank <markus.frank@cern.ch>
Date: Wed, 20 Feb 2013 15:40:45 +0000
Subject: [PATCH] Please see doc/release.notes

---
 DDExamples/UtilityApps/CMakeLists.txt |  4 ++--
 ReadMe.txt                            | 20 +++++++++++++-------
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/DDExamples/UtilityApps/CMakeLists.txt b/DDExamples/UtilityApps/CMakeLists.txt
index 24291b839..197e6710d 100644
--- a/DDExamples/UtilityApps/CMakeLists.txt
+++ b/DDExamples/UtilityApps/CMakeLists.txt
@@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR)
 include_directories( ${CMAKE_SOURCE_DIR}/DDCore/include 
                      ${ROOT_INCLUDE_DIR})
 
-add_executable(displayGeo src/display.cpp)
-target_link_libraries(displayGeo DD4hepCore)
+add_executable(geoDisplay src/display.cpp)
+target_link_libraries(geoDisplay DD4hepCore)
 
 add_executable(geoConverter src/converter.cpp)
 target_link_libraries(geoConverter DD4hepCore)
diff --git a/ReadMe.txt b/ReadMe.txt
index 02b6cdac7..052a139ad 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -95,7 +95,13 @@ DDExamples/CLICSiD/CLICSiDtest file:../DD4hep/DDExamples/CLICSiD/compact/compact
   Users may extend the models by changing the compact description or adding new drivers
 
 
-4) Running the examples
+4) Release notes
+----------------
+  If things do not work please also consult the release notes. It may happen that it was 
+  forgotten to update the information here.
+
+
+5) Running the examples
 -----------------------
 
 Here are a few command lines for running examples
@@ -106,25 +112,25 @@ export G4LEVELGAMMADATA=${G4SYS}/share/Geant4-9.5.1/data/PhotonEvaporation2.2
 
 
 - ILDExDet example with the example detectors
-  DDExamples/ILDExDisplay/ILDExDisplay file:../DD4hep/DDExamples/ILDExDet/compact/ILDEx.xml
+  bin/geoDisplay file:../DD4hep/DDExamples/ILDExDet/compact/ILDEx.xml
 
 - Run Geant4 with ILDExDet detector
-  DDExamples/CLICSiDSimu/CLICSiDSimu   \
+  bin/CLICSiDSimu   \
      file:../DD4hep/DDExamples/ILDExDet/compact/ILDEx.xml  \
      file:../DD4hep/DDExamples/ILDExDet/compact/geant4.xml \
      ../DD4hep/DDExamples/ILDExSimu/run1.mac 
 
 - ILDExDet example with Astrid's prototype TPC
-  DDExamples/ILDExDisplay/ILDExDisplay  file:../DD4hep/DDExamples/ILDExDet/compact/TPCPrototype.xml
+  bin/geoDisplay  file:../DD4hep/DDExamples/ILDExDet/compact/TPCPrototype.xml
 
 - ILDExDet example with the LDC00_01Sc detector (under construction)
-  DDExamples/ILDExDisplay/ILDExDisplay  file:../DD4hep/DDExamples/ILDExDet/compact/Tesla.xml
+  bin/geoDisplay  file:../DD4hep/DDExamples/ILDExDet/compact/Tesla.xml
 
 - CLICSid example with all SiD sub-detectors
-  DDExamples/CLICSiDDisplay/CLICSiDtest file:../DD4hep/DDExamples/CLICSiD/compact/compact.xml 
+  bin/geoDisplay file:../DD4hep/DDExamples/CLICSiD/compact/compact.xml 
 
 - Geant4 example with SiD (careful, need to set Geant4 variables in addition)
-  DDExamples/CLICSiDSimu/CLICSiDSimu   \
+  bin/CLICSiDSimu   \
      file:../DD4hep/DDExamples/CLICSiD/compact/compact.xml             \
      file:../DD4hep/DDExamples/CLICSiD/compact/sensitive_detectors.xml \
      ../DD4hep/DDExamples/CLICSiDSimu/run.mac 
-- 
GitLab