Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | This page describes the production AMC13 C++ support software. The software is in cactus here: | |||||||
> > | This page describes the production AMC13 C++ support software. The software is in git here: | |||||||
Changed: | ||||||||
< < | Current tags: browse![]() svn co svn+ssh://svnuser@svn.cern.ch/reps/cactus/tags/amc13/amc13_v1_2_13 | |||||||
> > | Current tags: browse![]() $ git clone ssh://git@gitlab.cern.ch:7999/cms-cactus/svn2git/software/boards/amc13.git $ git tag -l (List the available tags) $ git checkout tags/1.2.13 (To checkout a specific tag - check the list for the most up to date) | |||||||
Changed: | ||||||||
< < | NOTE: The tag given above may be out of date. Please use the "browse" link to find the most recent tag.
Trunk: browse![]() svn co svn+ssh://svnuser@svn.cern.ch/reps/cactus/trunk/cactusupgrades/boards/amc13/software/amc13 | |||||||
> > | Master: browse![]() $ git clone ssh://git@gitlab.cern.ch:7999/cms-cactus/svn2git/software/boards/amc13.git | |||||||
Documentation: | ||||||||
Line: 37 to 37 | ||||||||
2a) Install the software (from Source, assuming other CACTUS RPMs like IPBus are installed): To check out and build the code: | ||||||||
Changed: | ||||||||
< < | $ svn co svn+ssh://svnuser@svn.cern.ch/reps/cactus/trunk/cactusupgrades/boards/amc13/software/amc13 | |||||||
> > |
$ git clone ssh://git@gitlab.cern.ch:7999/cms-cactus/svn2git/software/boards/amc13.git | |||||||
$ cd amc13 $ source env.sh $ make |