Difference between revisions of "Contiki OS"

From DiLab
Jump to: navigation, search
(New page: Contiki OS is an operating system for embedded systems. Webpage: http://www.contiki-os.org/ Sources on Github: https://github.com/contiki-os/contiki = Installation on Ubuntu = (not the ...)
 
(Installation on Ubuntu)
Line 8: Line 8:
(not the instant Coontiki in VM)
(not the instant Coontiki in VM)


sudo apt-get install openjdk-7-jdk ant
sudo apt-get install openjdk-7-jdk ant libncurses-dev


Getting the sources:
Getting the sources:

Revision as of 19:29, 21 December 2015

Contiki OS is an operating system for embedded systems.

Webpage: http://www.contiki-os.org/

Sources on Github: https://github.com/contiki-os/contiki

Installation on Ubuntu

(not the instant Coontiki in VM)

sudo apt-get install openjdk-7-jdk ant libncurses-dev

Getting the sources:

git clone https://github.com/contiki-os/contiki
git submodule update --init