CDP's fork of the open62541 OPC UA stack (https://github.com/open62541/open62541)
|
11 年 前 | |
---|---|---|
OPCUAServer | 11 年 前 | |
LICENSE | 11 年 前 | |
README.md | 11 年 前 |
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
$ cd check-code
$ autoreconf --install
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig
$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
$ cd check-code
$ autoreconf --install
$ ./configure --prefix=
$ make
$ make install
$ cd OPCUAServer
$ ./configure
$ make
$ make check
$ ./autogen.sh