file:///C:/devkit_simple_socket_server_project/platform/q_sys/q_sys.html#module_cpu
Software Assignments
|
file:///C:/devkit_simple_socket_server_project/platform/q_sys/q_sys.html#module_cpu
Software Assignments
|
1) Git is installed in PC.
2) git clone https://github.com/open62541/open62541.git
3) git tag --list
4) git checkout v1.2-rc1
5) git describe --tags
6) create build directory and change into it.
7) git submodule init && git submodule update
8) cmake.exe .. -G "Visual Studio 16 2019" -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUA_NAMESPACE_ZERO=FULL -DUA_BUILD_EXAMPLES=ON
9) Open .vln project
10) Inside project, CMakePredefinedTags, build BUILD and INSTALL.