Private
Public Access
2
0

README.md: add repo instructions

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-08-14 11:40:34 +01:00
parent 87f87c4524
commit 8d095e1002

View File

@@ -15,6 +15,19 @@ Supported Boards
* [Galileo Rev D](../master/docs/galileorevd.md)
* [Galileo Rev H](../master/docs/galileorevh.md)
Installing on your board
========
See the section below on compiling or use our repository to install on an
eglibc based yocto poky image that supports opkg. Adding this repository is as
simple as:
``` bash
echo "src mraa-upm http://iotdk.intel.com/repos/1.1/intelgalactic" > /etc/opkg/mraa-upm.conf
opkg update
opkg install mraa
```
Compiling
=========