Difference between revisions of "Nucleo Boards"
From RobolaboWiki
(Created page with "<!--__NOTOC__--> <h1> Working </h1> <h2> Install subversion </h2> In order to use subversion repositories, you should install it before. In linux debian/ubuntu OS: <pre> s...") |
|||
| Line 1: | Line 1: | ||
<!--__NOTOC__--> | <!--__NOTOC__--> | ||
| − | <h1> | + | <h1> Install Dependencies </h1> |
| − | <h2> Install | + | <h2> Install Compiler </h2> |
| + | |||
| + | Download last version of GCC ARM Embedded from: | ||
| + | https://launchpad.net/gcc-arm-embedded/+download | ||
| − | |||
| − | |||
<pre> | <pre> | ||
sudo apt-get install subversion | sudo apt-get install subversion | ||
Revision as of 21:14, 17 November 2015
Install Dependencies
Install Compiler
Download last version of GCC ARM Embedded from: https://launchpad.net/gcc-arm-embedded/+download
sudo apt-get install subversion
Download a repository
svn co svn+ssh://<USER>@<SERVER>/<COMPLETE_PATH>