This is a fork of open62541, https://github.com/open62541/open62541
|
11 rokov pred | |
---|---|---|
OPCUAServer | 11 rokov pred | |
LICENSE | 11 rokov pred | |
README.md | 11 rokov pred |
An open communication stack implementation of OPC UA.
sudo apt-get install build-essential subversion git
$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
$ autoreconf --install
$ ./configure
$ make
$ make install
$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
$ autoreconf --install
$ ./configure --prefix=
$ make
$ make install
$ cd OPCUAServer
$ ./configure
$ make
$ make check
$ ./autogen.sh