CDP's fork of the open62541 OPC UA stack (https://github.com/open62541/open62541)

Stasik0 41c80d0b91 added a better comment to test if check 0.9.12 is missung, as mentioned in #5 il y a 11 ans
OPCUAServer 41c80d0b91 added a better comment to test if check 0.9.12 is missung, as mentioned in #5 il y a 11 ans
LICENSE c387ae0c45 Initial commit il y a 11 ans
README.md dfc35eb9a9 Update README.md il y a 11 ans

README.md

Open62541

An open communication stack implementation of OPC UA.

Getting dependencies

Ubuntu

sudo apt-get install build-essential check

Windows

Getting MinGW and MSYS:
Get Gtk+ bundle (just for m4 marcros and pkg-config):
Get git (IMPORTANT: get 1.8.4, since 1.8.5.2 has a bug):
Getting check unit test framework:
  • Open MinGW\msys\1.0\msys.bat
$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
$ autoreconf --install
$ ./configure --prefix=
$ make
$ make install

Building

$ cd OPCUAServer
$ ./configure
$ make
$ make check

Rebuilding configure tools (only if configure.am is changed)

$ ./autogen.sh