This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Installation | |
a. Install & update Linux | |
b. Optional: Install virtualbox guest additions | |
c. If using a minimal install, install common developer tools like java, git, etc… | |
i. sudo apt install openjdk-8-jdk git python build-essential | |
ii. Optional: Install Eclipse IDE for C/C++ Developers | |
2. Download Contiki from git | |
a. git clone https://github.com/contiki-os/contiki.git | |
b. git submodule update --init --recursive |