Merge pull request #15 from sandervandevelde/patch-1

broken path fixed
This commit is contained in:
Stephen 2017-11-21 10:42:01 +08:00 коммит произвёл GitHub
Родитель 5b4e304359 089453b7d8
Коммит e38e8af197
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -12,4 +12,6 @@ This section shows you how to integrate the Modbus module with the Azure IoT Gat
2. Copy the samples\\**modbus_sample** folder from the Azure IoT Gateway Modbus and paste it into the **samples** directory of the Azure IoT Gateway SDK.
3. Edit the **CMakeLists.txt** in the **modules** directory. Add this line `add_subdirectory(modbus_read)` to the end of the file.
4. Edit the **CMakeLists.txt** in the **samples** directory. Add this line `add_subdirectory(modbus_sample)` to the end of the file.
5. [Compile the Azure IoT Gateway SDK](https://github.com/Azure/azure-iot-gateway-sdk/blob/master/samples/hello_world/README.md#how-to-build-the-sample) for your machine.
5. [Compile the Azure IoT Gateway SDK](https://github.com/Azure/iot-edge/blob/master/v1/samples/hello_world/iot-hub-windows-iot-edge-get-started.md) for your machine.