Presentation is loading. Please wait.

Presentation is loading. Please wait.

Installation Guide of DMPSW

Similar presentations


Presentation on theme: "Installation Guide of DMPSW"— Presentation transcript:

1 Installation Guide of DMPSW

2 Contents Basic tools Installation Guide Software libraries
Scientific linux Mac

3 Basic tools Install basic tools, firstly! Software External library
Root echo $ROOTSYS (If print nothing, you need to re-install root) Geant 4 echo $G4LIB_USE_GDML Scons scons External library Boost locate path.hpp Python-devel python-config Install basic tools, firstly!

4 ccmake yum install ncurses-devel ncurses-libs Download ccmake from
tar –xzvf cmake-version.tar.gz ./bootstrap make If, ls ./bin has ccmake, succeed make install

5 Root download from tar -xzvf root.version.tar.gz mkdir root_B
tar -xzvf root.version.tar.gz Suppose generate a new directory named rootX mkdir root_B cd root_B ccmake ../rootX Choose installation options in the out printed table make make install

6 Geant4 download from tar -xzvf geant4.version.tar.gz mkdir geant_B
tar -xzvf geant4.version.tar.gz Suppose generate a new directory named geantX mkdir geant_B cd geant_B ccmake ../geantX Choose installation options in the out printed table Make sure set USE_GDML on make make install

7 SCons download from tar -xzvf SCons.version.tar.gz cd sconsXX
tar -xzvf SCons.version.tar.gz Suppose generate a new directory named sconsXX cd sconsXX python setup.py install OR: python setup.py install --prefix=$HOME

8 Install external libraries
yum install python-devel Then, python-config is avaliable Download boost: tar -xzvf boost.version.tar.gz Install boost: ./bootstrap.sh ./b2 --help ./b2 install --prefix=AnyWhereYouWant --build-type=minimal variant=release

9 Download DMPSW and install it
svn checkout URL_TO_OUR_SVN_TRUNk Installation ./pre-install.(c)sh scons Setup environment source /prefix/bin/thisdmpsw.(c)sh


Download ppt "Installation Guide of DMPSW"

Similar presentations


Ads by Google