Skip to content

basilevs/libroot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Builds minimal Debian package of ROOT scientific library.
http://root.cern.ch

Official ROOT repositiories are listed on:
http://wiki.debian.org/DebianScience/ROOT

Only two packages are built: 
* libroot package contains all binaries and shared libraries needed to run ROOT and programs using it
* libroot-dev package contains headers needed to built programs using ROOT libraries

Usage

sudo apt-get install debhelper libglu-dev libxpm-dev libxft-dev libxext-dev
sudo apt-get remove libglew*-dev liblzma-dev libftgl-dev libpcre3-dev libafterimage-dev #To make ROOT use builtins
wget https://github.com/basilevs/libroot/tarball/master -O libroot.tgz
tar -xzf libroot.tgz
mv basilevs-libroot-* libroot
libroot/Makefile download # you may skip this step if ROOT tarball is present in current folder
libroot/Makefile
sudo dpkg -i libroot_*_i386.deb libroot-dev_*_i386.deb



About

Debian packaging infrastructure for ROOT scientific library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published