You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* clone the `Tutorials` and the `RIOT` submodule as follows:
24
-
```Shell
25
-
git clone https://github.com/RIOT-OS/Tutorials
26
-
cd Tutorials
27
-
git submodule update --init --recursive
28
-
```
29
-
* In case a virtual machine is disseminated locally, adapt the path for the vagrant box `vagrant box add RIOT/ubuntu1804 <path to box>`
30
-
* Run `vagrant up` and `vagrant ssh` afterwards. See the [Vagrant RIOT Setup](https://github.com/RIOT-OS/RIOT/blob/master/dist/tools/vagrant/README.md) for a more general explanation.
31
-
32
-
**Regular Setup without using a VM (recommended for RIOT developement)**
33
-
34
-
* Install and set up [git](https://help.github.com/articles/set-up-git/)
35
-
* Install the build-essential packet (make, gcc etc.). This varies based on the operating system in use.
0 commit comments