You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AndrewEdmonds11 edited this page Nov 12, 2015
·
8 revisions
Installation
There are some instructions from Peter in elog:170. I'm currently trying to install on a new laptop so will make any necessary corrections.
> git clone git@github.com:alcap-org/AlcapDAQ.git
> cd AlcapDAQ/
> ./install-sqlite3.sh
> ./install-root.sh (for Ubuntu 14.04 I needed to update to root-v5.34.20 from root-v5.34.18)
> . thisdaq.sh
> cd analyzer/md5-lib
> make
> cd ../../midas/
> make
> cd ../compress
> make
> cd ../work/
> cp -r user/ your_user_name/
> cd your_user_name/
> make
> cd ../../rootana
> make