Difference between revisions of "Install HallD Software on Ubuntu"

From GlueXWiki
Jump to: navigation, search
m (Text replacement - "/halldweb1.jlab.org/" to "/halldweb.jlab.org/")
 
Line 12: Line 12:
 
1. Install all things with dependencies.
 
1. Install all things with dependencies.
  
  svn co https://halldweb1.jlab.org/repos/trunk/scripts/gluex_install
+
  svn co https://halldweb.jlab.org/repos/trunk/scripts/gluex_install
 
  sudo ./gluex_install/gluex_prereqs_linuxmint_x86_64.sh
 
  sudo ./gluex_install/gluex_prereqs_linuxmint_x86_64.sh
 
  ./gluex_install/gluex_install.sh &>build_gluex.log
 
  ./gluex_install/gluex_install.sh &>build_gluex.log
  
 
It takes time to compile everything. But... That is it
 
It takes time to compile everything. But... That is it

Latest revision as of 19:44, 31 March 2015

Here is a complete list of commands to install and run sim-recon on fresh installed Ubuntu. Tested with Linux Mint 17

Complete list means that one can open a terminal right after ubuntu instillation and install halld software by copy/paste commands one by one.


0.

sudo apt-get update && apt-get upgrade


1. Install all things with dependencies.

svn co https://halldweb.jlab.org/repos/trunk/scripts/gluex_install
sudo ./gluex_install/gluex_prereqs_linuxmint_x86_64.sh
./gluex_install/gluex_install.sh &>build_gluex.log

It takes time to compile everything. But... That is it