From 3cbf784c443fc8f9a92b949108c192d037ac4437 Mon Sep 17 00:00:00 2001 From: Erich Barnstedt Date: Tue, 10 Jan 2017 19:39:50 -0800 Subject: [PATCH] Made description on how to build the GW SDK with the dotnet binding enabled a little more specific. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34c215c..274fe6b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The OPC UA server endpoints the module should connect to as well as the list of Also, in the gateway_config.json, configure the name of IoT Hub you want to send the telemetry to (JSON field "IoTHubName") as well as the IoT Hub device ID and shared access key to use (JSON field "args"). ## Building and Running the Sample Module -To build the reference implementation, you first need to clone and build the Azure IoT Gateway SDK. See https://github.com/azure/azure-iot-gateway-sdk for more information and **follow the instructions for building the gateway with the "dotnet binding"**. +To build the reference implementation, you first need to clone and build the Azure IoT Gateway SDK. See https://github.com/azure/azure-iot-gateway-sdk for more information and **follow the instructions for building the gateway with the "dotnet binding", i.e. running tools\build_dotnet.cmd followed by tools\build.cmd --enable-dotnet-binding** Once done, copy the just compiled **aziotsharedutil.lib** & .pdb, **gateway.lib** & .pdb, **nanomsg.lib** & .pdb and **parson.lib** & .pdb to the **/lib** folder. It is easiest just to search for them. If you find multiple copies, any of them will do.