Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 7 to 7 | ||||||||
NOTE!!! These examples show how to install release 11_8_1, but the process can be generalized to any xDAQ release xx_x_x.
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 89 to 89 | ||||||||
| ||||||||
Changed: | ||||||||
< < | perl ~/installDAQ_11_8_1.perl --mode-teststand --ownsource=${HOME}/src/11_8_1 --packages=hcalUpgrade svnuser=[afsID] | |||||||
> > | perl ~/installDAQ_11_8_1.perl --mode=teststand --ownsource=${HOME}/src/11_8_1 --packages=hcalUpgrade svnuser=[afsID] | |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < | export LD_LIBRARY_PATH=${HOME}/src/11_7_7/hcal/hcalUpgrade/amc13/lib/linux/x86_64_slc5/:${LD_LIBRARY_PATH} | |||||||
> > | export LD_LIBRARY_PATH=${HOME}/src/11_8_1/hcal/hcalUpgrade/amc13/lib/linux/x86_64_slc5/:${LD_LIBRARY_PATH} | |||||||
| ||||||||
Changed: | ||||||||
< < | cd ~/src/11_7_7/hcal/hcalUpgrade/ | |||||||
> > | cd ~/src/11_8_1/hcal/hcalUpgrade/ | |||||||
svn update
| ||||||||
Changed: | ||||||||
< < | cd ~/src/11_7_7/hcal/hcalUpgrade/ipbus/ | |||||||
> > | cd ~/src/11_8_1/hcal/hcalUpgrade/ipbus/ | |||||||
make cd ../amc13 make | ||||||||
Line: 115 to 116 | ||||||||
| ||||||||
Changed: | ||||||||
< < | If you wish to edit the AMC13 code, you can make changes to the source code in ${HOME}/src/11_7_7/hcal/hcalUpgrade/amc13/src/common/ and then go back up to the /amc13 level to recompile using make . | |||||||
> > | If you wish to edit the AMC13 code, you can make changes to the source code in ${HOME}/src/11_8_1/hcal/hcalUpgrade/amc13/src/common/ and then go back up to the /amc13 level to recompile using make . | |||||||
Check edited code back into SVNIf you have edited the AMC13 code and want to make the edits available to other developers (important for bug fixes!), you will need to check your changes back into SVN. If you are unfamiliar with SVN, it is a good idea to take a quick gander at the Subversion Manual![]() ![]() | ||||||||
Changed: | ||||||||
< < | IMPORTANT!!! It is imperative that you make sure your edited code compiles and runs without breaking before checking changes into SVN. the HCAL Upgrade does not want to release busted software! | |||||||
> > | IMPORTANT!!! It is imperative that you make sure your edited code compiles and runs without breaking before checking changes into SVN. The HCAL Upgrade does not want to release busted software! | |||||||
|