Building and Installing Geant4 on Linux (Ubuntu 14.04)
Recommend Documents
"efax-gtk" can only transmit and receive.PDF and postscript files so you will
probably need to install the "cups-pdf" faux printer AND "Document Viewer" in
order ...
Installing Ubuntu (9.04). These instructions will guide you through the installation
of Ubuntu 9.04 assuming that you are using a PC with a Windows OS. This is ...
Install RTAI on Ubuntu linux. The files needed is: Linux 2.6.22.14 kernel---http://
www.kernel.org/pub/linux/kernel/v2.6/. (suppose the linux-2.6.22.14.tar.gz file is ...
CACKey Install for Ubuntu 12.04 LTS by Tim Friend. To get your Firefox back up:
1. Go to the software manager. 2. Search for Firefox and remove it. 3. After this ...
Installing Dspace 1.8 on Ubuntu 12.04. This is an abridged version of the dspace
1.8 installation guide, specifically targeted at getting a basic server running.
Installing MailScanner on Ubuntu Linux.pdf. Installing MailScanner on Ubuntu Linux.pdf. Open. Extract. Open with. Sign I
Default Installation. If you do a default install of “Jaunty. Jackalope” (Ubuntu 9.04)
you will end up with the following: • Dynamic network address via DHCP.
6HWXS DQG FRQILJXUDWLRQ RI a digital library based on. Ubuntu and
DSpace. Author. José Vicente García Martínez. [email protected].
Sep 26, 2013 - www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/. 1/18. Michael G. Noll. Applied Research. Big Data.
Sep 26, 2013 - Important Note: The apt instructions below are taken from this SuperUser.com thread. ... JDK 6 via alternative means (e.g. by downloading the binary package from Oracle) and then ... We will use a dedicated Hadoop user account for runn
Jun 13, 2012 ... You should skip this step if installing on Ubuntu Precise. ..... 12. Getting help.
Need help installing or using Evergreen? Join the mailing lists at ...
Installing SquirrelMail on EnGarde Secure Linux HOWTO. Revision History.
Revision $Revision: 1.9 $ $Date: 2007/11/27 15:27:23 $ ...
Your best bet is to find your distribution's most recent version. ... On many Linux distributions, you can find out whic
The Steps to Install OEL 4.7 on VMWare Workstation 7 is shown below. Screen
shot 1: This is the first and basic view of VMWare Workstation. Here we have 3 ...
Installing PHPMyAdmin on EnGarde Secure Linux HOWTO. Revision History.
Revision $Revision: 1.5 $ $Date: 2007/06/28 14:06:12 $ ...
For example, what works well in Fedora Core 6 may not work exactly the same
way in ... Remember that what I callа“Ruby”аin my book (Ruby on Rails For
Dummies) ... 3. Type the following command: yum install ruby. In response, the
yum ...
Jul 23, 2009 ... next one will list all the directories in the current directory showing all the details.
Let's explain what each contains. /. This is the parent of all files ...
Ubuntu 8.10 Linux bible / William von Hagen. p. cm. Includes index. ISBN 978-0-
470-29420-8 (paper/cd-rom). 1. Ubuntu (Electronic resource) 2. Linux. 3.
This walkthrough will guide the user with installing Thinkorswim's thinkdesktop
software for Ubuntu Linux (version 7.10 was the current version at the time of this.
The syntax of Linux commands is uniform. It consists ... display list of all
commands starting with alphabets ca including the calendar command cal on the
screen.
May 22, 2012 - Python (version 2.7 in Ubuntu) is also installed. ... 4) Download and install the packet containing the h
This supplemental material provides guidance on how to install Ubuntu
Enterprise ... supplemental book named “Installing and Scaling out Ubuntu
Enterprise.
May 22, 2012 - This document is an helper for those of you who would like to use Mamba with Linux but who are newcomers
Building and Installing Geant4 on Linux (Ubuntu 14.04)
In Terminal set: sudo apt-get ... Terminal: sudo apt-get install qt5-default ). ⢠MesaGL ... http://geant4.web.cern.ch/geant4/support/download.shtml. Unpack the ...
Building and Installing Geant4 on Linux (Ubuntu 14.04) By Arnulfo Moisés Maciel Hernández
Software Required to Build Optional Components of Geant4 • Installation of build-essential. In Terminal set: sudo apt-get install build-essential
• Installation of Cmake. In Terminal set: wget http://www.cmake.org/files/v3.5/cmake-3.5.0-rc2.tar.gz tar xf cmake-3.5.0-rc2.tar.gz cd cmake-3.5.0-rc2 ./configure make sudo make install •
• Qt User Interface and Visualization. In Terminal set: wget http://download.qt.io/official_releases/qt/5.0/5.0.2/qt-linux-opensource-5.0.2-x86_64-offline.run chmod +x qt-linux-opensource-5.0.2-x86_64-offline.run ./qt-linux-opensource-5.0.2-x86_64-offline.run (if error “qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory” execute in Terminal: sudo apt-get install qt5-default ) •
MesaGL headers and libraries. In Terminal set: sudo apt-get install mesa-common-dev sudo apt-get install libglu1-mesa-dev -y
•
Xerces-C++ headers and libraries. In Terminal set: wget http://www.eu.apache.org/dist//xerces/c/3/sources/xerces-c-3.1.2.tar.gz tar xf xerces-c-3.1.2.tar.gz cd xerces-c-3.1.2 ./configure make sudo make install
Geant4 Software Download Download geant4 from: • http://geant4.web.cern.ch/geant4/support/download.shtml Unpack the Geant4 source package geant4.XX.XX.tar.gz to a location of your choice. For illustration only, this guide will assume it's been unpacked in a directory named /path/to, so that the Geant4 source package sits in a subdirectory . (geant4.XX.XX means the latest Release of Geant4) /path/to/geant4.XX.XX
Building and Installing Geant4 on Linux (Ubuntu 14.04) By Arnulfo Moisés Maciel Hernández
Inside geant4.XX.XX folder, make the folders; • •
geant4-install geant4-build
In Terminal go thought geant4-build folder • cd geant4-build
Geant4 Build Options In Terminal set: •
cmake -DCMAKE_INSTALL_PREFIX=/path/to/geant4.XX.XX/geant4-install -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_USE_QT=ON -DGEANT4_USE_OPENGL_X11=ON -DGEANT4_USE_SYSTEM_EXPAT=OFF /path/to/geant4.XX.XX (if fails, rm -rf * in g4build before rerunning cmake)
• •
make -j4 (the four is replaced by your number of processor cores) make install
If all went well, add this to your ~/.bashrc if [ -f /yourpath/g4install/bin/geant4.sh ]; then . /yourpatht/g4install/bin/geant4.sh fi
Setting Datasets After you have installed Geant4. To do this, download the following files: (or the latest versions from http://geant4.web.cern.ch/geant4/support/download.shtml ) http://geant4.cern.ch/support/source/G4NDL.4.5.tar.gz http://geant4.cern.ch/support/source/G4EMLOW.6.48.tar.gz http://geant4.cern.ch/support/source/G4PhotonEvaporation.3.2.tar.gz http://geant4.cern.ch/support/source/G4RadioactiveDecay.4.3.tar.gz http://geant4.cern.ch/support/source/G4NEUTRONXS.1.4.tar.gz http://geant4.cern.ch/support/source/G4PII.1.3.tar.gz http://geant4.cern.ch/support/source/RealSurface.1.0.tar.gz http://geant4.cern.ch/support/source/G4SAIDDATA.1.1.tar.gz http://geant4.cern.ch/support/source/G4ABLA.3.0.tar.gz http://geant4.cern.ch/support/source/G4ENSDFSTATE.1.2.tar.gz and unpack them under the directory: /path/to/geant4.XX.XX/geant4-install/share/Geant4-10.2.0/data