Robobot base software installation: Difference between revisions
From Rsewiki
(Created page with "Back to Robobot B ==Robobot base software== To make the initial copy from the repository cd cd svn svn checkout svn://repos.gbar.dtu.dk/jcan/robobot To update with ...") |
(→Teensy) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
==Robobot base software== | ==Robobot base software== | ||
To make the initial copy from the repository | To make the initial copy from the repository (Linux) | ||
cd | cd | ||
Line 14: | Line 14: | ||
cd svn/robobot | cd svn/robobot | ||
svn update | svn update | ||
If you want to see the source code on other platforms, the repository is open for reading. | |||
==Teensy== | ==Teensy== | ||
Software tool chain installation | Software tool chain installation | ||
See [[Software_installation]]. |
Latest revision as of 10:28, 22 December 2023
Back to Robobot B
Robobot base software
To make the initial copy from the repository (Linux)
cd cd svn svn checkout svn://repos.gbar.dtu.dk/jcan/robobot
To update with a new version
cd cd svn/robobot svn update
If you want to see the source code on other platforms, the repository is open for reading.
Teensy
Software tool chain installation