Skip to content

Commit

Permalink
Merge pull request Azure#240 from zafields/libuv_doc
Browse files Browse the repository at this point in the history
Update README for LibUV prerequisites
  • Loading branch information
zafields authored May 4, 2017
2 parents 7234476 + 984f8a5 commit 3677e27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion doc/devbox_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ This section shows you how to set up a development environment for the Azure IoT

> Note: Using the .msi is the easiest option when installing on Windows. Add CMake to the PATH for at least the current user when prompted to do so by the installer.
1. Install [Python 2.7](https://www.python.org/downloads/release/python-27)

> Note: Ensure Python is added to your `PATH` environment variable (*Control Panel - Edit environment variables for your account*)
1. Clone the latest version of this repository to your local machine:

```
Expand All @@ -42,7 +46,7 @@ This section shows you how to set up a development environment for the Azure IoT
sudo apt-get install curl build-essential libcurl4-openssl-dev git cmake libssl-dev uuid-dev valgrind libglib2.0-dev libtool autoconf
```
> Note: libglib1.0-dev is required for ble module/sample.
> Note: libglib2.0-dev is required for ble module/sample.
1. Clone the latest version of this repository to your Ubuntu machine
Expand Down
2 changes: 0 additions & 2 deletions samples/nodejs_simple_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
This document describes how to prepare your development environment to use the *Microsoft Azure IoT Gateway SDK* for Node JS module development.

## Prerequisites
- Install [Python 2.7](https://www.python.org/downloads/release/python-27)
- **Windows Users** - Ensure Python is added to your `PATH` environment variable (*Control Panel - Edit environment variables for your account*)
- Install [Node.js](https://nodejs.org/)
- [Prepare your development environment](../../doc/devbox_setup.md)

Expand Down

0 comments on commit 3677e27

Please sign in to comment.