From 7271d4f5c4f7d0b7d444006fe647e11dc32053d2 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Tue, 5 May 2015 17:49:06 -0700 Subject: [PATCH] readme: added Eclipse IDE info Signed-off-by: Mihai Tudor Panu --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e1a678c6..8cdd04f2 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ Supported [sensor list](http://iotdk.intel.com/docs/master/upm/modules.html) fro You can also refer to the [IntelĀ® IoT Developer Zone](https://software.intel.com/iot/sensors). +### IDE Integration + +If you would like to create Eclipse IDE projects using the UPM C++ samples, +please follow the instructions posted [here](https://software.intel.com/en-us/node/551014). +This will show you how to import the code and configure your project. + ### Building UPM See @ref building [here](docs/building.md).