forked from FreeOpcUa/freeopcua
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Martin Haefner edited this page May 24, 2018
·
6 revisions
Following these instructions you will be able to build the freeopcua client library on Windows7 using Microsoft Visual Studio 2017 Community Editition.
The boost libraries are available as precompiled installer packages at https://sourceforge.net/projects/boost/files/boost-binaries/1.67.0/ . Make sure to pick the variant that is compatible with the build environment. In our case that is boost_1_67_0-msvc-14.1-32.exe
since we will build a 32 bit executable using VS 2017 (Compiler version 14.1). The default installtion directory will be c:\local
.