Skip to content

Commit

Permalink
Updated Readme file (added note about how to build dependencies for V…
Browse files Browse the repository at this point in the history
…S 2017).
  • Loading branch information
RavilN committed Oct 21, 2020
1 parent 6b0dc12 commit f29ee5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ For open source projects, research, education and non-commercial organizations,
For detailed licensing information please refer [Developer's Guide, section on licensing](https://onewayautomation.com/opcua-sdk-docs/html/introduction.html#licensing).
## How to use
## How to use in Windows
- Open windows command line console and navigate to the root folder where source code repositories will be located.
- Open Windows command line console and navigate to the root folder where source code repositories will be located.
- Clone the project: ``git clone https://github.com/onewayautomation/ogamma-sdk.git``
- Navigate to the folder with OPC UA SDK: ``cd ogamma-sdk``
- If using with Visual Studio 2017, set environment variable: ``SET VS_VERSION=VS2017``
- Pull and build dependencies by running of the script ``install-opcuasdk-dependencies.cmd``. Note that is takes significant time to build them.
- SDK binary library files for Visual Studio 2019 are available to download from https://onewayautomation.com/opcua-binaries/ogamma-sdk-1.0.6.zip Content of zip file should be extracted into sub-folder ``lib`` of the SDK source code repository.
- SDK binary library files for Visual Studio 2017 and 2019 are available to download from https://onewayautomation.com/opcua-binaries/ogamma-sdk-1.0.6.zip Content of zip file should be extracted into sub-folder ``lib`` of the SDK source code repository.
Distributables of the SDK include sample **HelloWorld** project located under folder **examples**, which can be used as a base for your first project.
Expand Down

0 comments on commit f29ee5b

Please sign in to comment.