Skip to content

Updating otsdaq

Eric Flumerfelt edited this page Jun 17, 2022 · 1 revision

Updating otsdaq

Open up your terminal (Konsole)
These instructions should be executed from your products directory (On the virtual machine, this is cd ~/otsdaq-mrb-base/products):

wget http://scisoft.fnal.gov/scisoft/bundles/tools/pullProducts && chmod +x pullProducts
./pullProducts . slf7 otsdaq-v2_04_00 s67-e15 prof 

rm -f *.bz2 *.txt

These instructions should be executed from your otsdaq installation directory (On the virtual machine, this is cd ~/otsdaq-mrb-base):

source ~/otsdaq-mrb-base/products/setup

unsetup_all

setup mrb

source localProducts*/setup

mrb updateSource

cd ~/otsdaq-mrb-base/products

./pullProducts . slf7 otsdaq-v2_04_00 s67-e15 prof

mrb z;mrbsetenv;mrb b

Clone this wiki locally