-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from JeffersonLab/ubuntu-rebased
Ubuntu rebased
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/bash | ||
apt-get update | ||
apt-get -y install locales | ||
locale-gen en_US | ||
apt-get -y install gfortran xutils-dev libxt-dev libxft-dev \ | ||
libmotif-dev libxpm-dev libxext-dev \ | ||
libgl1-mesa-dev libmysqlclient-dev tcsh libbz2-dev scons \ | ||
libxml-simple-perl libxml-writer-perl libfile-slurp-perl git cmake \ | ||
python-dev libglu1-mesa-dev qt5-default libxmu-dev libboost-dev \ | ||
libboost-python-dev libxi-dev libgsl-dev wget autoconf libtool curl g++ \ | ||
libtbb-dev libtirpc-dev | ||
|
||
cd /usr/bin; ln -s make gmake | ||
|
||
cd /usr/include # for cernlib | ||
for file in ft2build.h config freetype.h fttypes.h ftsystem.h ftimage.h \ | ||
fterrors.h ftmoderr.h fterrdef.h | ||
do | ||
ln -s freetype2/$file . | ||
done | ||
|
||
cd /usr/include/freetype2 ; ln -s ../freetype2 freetype # for ROOT |