Installation Guide of DMPSW

Slides:



Advertisements
Similar presentations
ITK-Overview Insight Software Consortium. What is ITK Image Processing Segmentation Registration No Graphical User Interface (GUI) No Visualization.
Advertisements

ENGR 3 rocks. Hi I’m Damon Turney Homework 0 due October 7 ! Get a computer account.
Virtual Machine and UNIX. What is a VM? VM stands for Virtual Machine. It is a software emulation of hardware. By using a VM, you can have the same hardware.
How to install CGAL Yuanzhen Wang. What is CGAL Computational Geometry Algorithms Library “Provide easy access to efficient and reliable geometric algorithms.
Installing and Setting up mongoDB replica set PREPARED BY SUDHEER KONDLA SOLUTIONS ARCHITECT.
Julie McEnery1 Installing the ScienceTools The release manager automatically compiles each release of the Science Tools, it creates a set of wrapper scripts.
Embedded Programming and Robotics Lesson 17 The OpenCV (Computer Vision) Library The OpenCV Library1.
October 10, 2014 Coding For UX : Part 1 localhost 45 Main St #220 BKLN / / hugeinc.com.
BSC tools hands-on session. 2 Objectives Copy ~nct00001/tools-material into your ${HOME} –cp –r ~nct00001/tools-material ${HOME} Contents of.
LPIC-1 TRAINING COURSE Topic 102: Linux Installation and package management.
The Pipeline Processing Framework LSST Applications Meeting IPAC Feb. 19, 2008 Raymond Plante National Center for Supercomputing Applications.
LING 408/508: Programming for Linguists Lecture 3 August 31 st.
ABAQUS Installation on LINUX Platform D. Hanumanthappa, A. Jérusalem May 5th, 2010.
CMSBrownBag,05/29/2007 B.Mangano How to “use” CMSSW on own Linux Box and be happy In this context “use” means: - check-out pre-compiled CMSSW code - run.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 8: Installing Software in Linux Chapter 13: Downloading and Installing Software By Fred R.
Geant4 Installation Supported platforms:  Scientific Linux with gcc 4.1.2/4.6  Mac Os X 10.7 and 10.8 with gcc 4.21  Windows7 with Visual Studio.
Scapy. Introduction  It’s a packet manipulation tool.  It can forge or decode packets of a wide number of protocols, send them on the wire, capture.
March 2, 2005Wah-kai Ngai1 Installation of Geant4 1st HK Simulation Meeting.
Soar Mazin Assanie, John Laird, Joseph Xu 1.
Filesystem Hierarchy Dr. Michael L. Collard 1.
USING YOUR INSTALLED LINUX SYSTEM.  Common Linux Tasks  Installing Custom Packages  Common GUI Applications  Command Line Shell  Directory Structure/Navigation.
CERN-PH-SFT-SPI August Ernesto Rivera Contents Context Automation Results To Do…
Installation of packages Objectives –Using software packaging tools Contents –Application delivered as –Where to get commonly used rpm’s –Autofs on! –Getting.
 2009 McGraw-Hill, Inc. All rights reserved. C for Engineers and Scientists: An Interpretive Approach Discussion 1 Commonly used commands Executing program.
Department of Computer Engineering Dongguk University Prof. Jin-Woo Jung Practice hour : 2008/11/14 8. Qt / Embedded.
CPS - Installation. CD Contents CDROM has a folder /usr [\usr for WINDOWS] ls usrdir usr.
Department of Computer Engineering Dongguk University Prof. Jin-Woo Jung T.A. Han-Mu Park
British Atmospheric Data Centre Python Eggs. British Atmospheric Data Centre Overview Part I: Installers  What are Eggs?  What Eggs can do for me? 
Servicing HEP experiments with a complete set of ready integrated and configured common software components Stefan Roiser 1, Ana Gaspar 1, Yves Perrin.
Getting Started with SIDL using the ANL SIDL Environment (ASE) ANL SIDL Team MCS Division, ANL April 2003 The ANL SIDL compilers are based on the Scientific.
Lab setup of software: Geant4
Isecur1ty training center Presented by : Eng. Mohammad Khreesha.
Installing the Galaxie Driver The 335 DAD Galaxie driver is installed in two steps: 1.The 335 DAD driver files are copied to the Galaxie driver directory.
Introduction to Git Yonglei Tao GVSU. Version Control Systems  Also known as Source Code Management systems  Increase your productivity by allowing.
Xilinx Confidential Unpublished Work © Copyright 2012 Xilinx ZYNQ PetaLinux Guide.
Installing CUDA, PyCUDA on Ubuntu
1P.Miné CompHEP from. 2P.Miné CompHEP Installation for Linux Download from : comphep tgzhttp://comphep.sinp.msu.ru Untar.
Python Eggs For NOObs and Others Chris Calloway. What Are Python Eggs? Managed distributions of python packages: a)Discovery within repositories, b)Dependency.
Wouter Verkerke, NIKHEF Preparation for La Mainaz or how to run Unix apps and ROOT on your Windows Laptop without installing Linux Wouter Verkerke (NIKHEF)
 CSC 215 : Procedural Programming with C C Compilers.
Easy Way to Remove Watermarks from PDF. Well, if you just come across some specific PDF documents which features a few watermarks, would you like to remove.
Installation and environment variables. Simple Installation 1 The latest sources can always be obtained from the CDAT website:
CSC 215 : Procedural Programming with C
Introduction to the Command Line for Data Analysts Gus Cavanaugh
BASIS Quick Start Guide
EE516: Embedded Software Project 1
Name:Faiznur Binti Othman Matric no:MSC152051
Installation of the ALICE Software
Installation of MySQL Objectives Contents Practical Summary
Hadoop Architecture Mr. Sriram
Embedded Software Development with Python and the Raspberry Pi
CSCE 742 Software Architectures
Install external command line softwares
Getting Visual Studio Go to
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
COMP Introduction to Operating Systems Project 1 – Installing CentOS
Feedback on a first use of the ALFA and O2 software
DATA MINING Python.
Introduction to GNU/Linux (Fedora) Command Line Interface
Chapter 2 Setup.
Lecture 4 Getting Started with ITK!
Introduction to ligo_viewer
Checkout Jython source code
Cmake Primer.
Starting Jena 3 in Eclipse
UNIX/Linux Development Environment
Yung-Hsiang Lu Purdue University
Quick Start Guide   Installation GM Pro 7.4 5/10/2019.
Access ProQuest Searchware
DATA MINING Python.
Presentation transcript:

Installation Guide of DMPSW

Contents Basic tools Installation Guide Software libraries Scientific linux Mac

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!

ccmake yum install ncurses-devel ncurses-libs Download ccmake from http://www.cmake.org/cmake/resources/software.html tar –xzvf cmake-version.tar.gz ./bootstrap make If, ls ./bin has ccmake, succeed make install

Root download from tar -xzvf root.version.tar.gz mkdir root_B http://root.cern.ch/drupal/content/production-version-534 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

Geant4 download from tar -xzvf geant4.version.tar.gz mkdir geant_B http://geant4.web.cern.ch/geant4/support/download.shtml 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

SCons download from tar -xzvf SCons.version.tar.gz cd sconsXX http://www.scons.org/download.php 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

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

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