Difference between revisions of "Software Versioning Table"
From Wiki for iCub and Friends
Line 48: | Line 48: | ||
For example, to download the SW Distro '''2019.12.feat-01''' do: | For example, to download the SW Distro '''2019.12.feat-01''' do: | ||
− | git clone https://github.com/robotology/yarp.git | + | git clone https://github.com/robotology/yarp.git v3.3.0 |
− | + | git clone https://github.com/robotology/icub-main.git v1.14.0 | |
− | + | git clone https://github.com/robotology/icub-contrib-common.git v1.14.0 | |
− | + | git clone https://github.com/robotology/icub-tutorials.git v1.14.0 | |
− | git clone https://github.com/robotology/icub-main.git | ||
− | |||
− | git | ||
− | |||
... | ... |
Revision as of 23:40, 13 December 2019
The table above reports on the dependencies (specified in terms of tags) among the repositories composing our software ecosystem that are bundled as distros.
For example, to download the SW Distro 2019.12.feat-01 do:
git clone https://github.com/robotology/yarp.git v3.3.0 git clone https://github.com/robotology/icub-main.git v1.14.0 git clone https://github.com/robotology/icub-contrib-common.git v1.14.0 git clone https://github.com/robotology/icub-tutorials.git v1.14.0 ...