We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286881b commit bbb70c3Copy full SHA for bbb70c3
others/scripts/s2opcua/requirements.sh
@@ -68,12 +68,6 @@ git clone https://gitlab.com/systerel/S2OPC.git
68
cd S2OPC
69
cp ../scripts/s2opcua/S2OPC.patch .
70
git apply S2OPC.patch
71
- cp ./src/Common/opcua_types/sopc_encodeabletype.h ../scripts/s2opcua/include
72
- ed ../scripts/s2opcua/include/sopc_encodeabletype.h << EOED
73
-,s/typedef const struct SOPC_EncodeableType/typedef struct SOPC_EncodeableType/1
74
-w
75
-q
76
-EOED
77
BUILD_SHARED_LIBS=OFF
78
CMAKE_INSTALL_PREFIX=/usr/local
79
./build.sh
0 commit comments