CDP's fork of the open62541 OPC UA stack (https://github.com/open62541/open62541)
Julius Pfrommer 5e554bcdb3 clean up empty files | 10 years ago | |
---|---|---|
doc | 10 years ago | |
examples | 10 years ago | |
include | 10 years ago | |
src | 10 years ago | |
tests | 10 years ago | |
tools | 10 years ago | |
.coverity.sh | 10 years ago | |
.gitignore | 10 years ago | |
.travis.yml | 10 years ago | |
LICENSE | 10 years ago | |
Makefile.am | 10 years ago | |
README.md | 10 years ago | |
autogen.sh | 10 years ago | |
configure.ac | 10 years ago |
An open-source communication stack implementation of OPC UA (OPC Unified Architecture) licensed under LGPL + static linking exception.
Documentation is generated from Doxygen annotations in the source code. The current version can be accessed at http://acplt.github.io/open62541/doxygen/.
sudo apt-get install build-essential subversion git autoconf libtool pkg-config texinfo
sudo apt-get install python python-lxml
sudo apt-get install expat libexpat1-dev
$ svn checkout https://svn.code.sf.net/p/check/code/trunk check-code
$ cd check-code
$ autoreconf --install
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig
bash
sudo apt-get install graphviz doxygen
bash
$ ./configure --enable-doxygen
$ make clean
$ make all
$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
$ cd check-code
$ autoreconf --install
$ ./configure
$ make
$ make install
bash
$ cd open62541
$ ./autogen.sh
$ ./configure --enable-debug=yes
$ make
$ make check