This is a fork of open62541, https://github.com/open62541/open62541
Stasik0 8046001cac a better way to count commits | %!s(int64=10) %!d(string=hai) anos | |
---|---|---|
doc | %!s(int64=10) %!d(string=hai) anos | |
examples | %!s(int64=10) %!d(string=hai) anos | |
schema | %!s(int64=10) %!d(string=hai) anos | |
src | %!s(int64=10) %!d(string=hai) anos | |
tests | %!s(int64=10) %!d(string=hai) anos | |
tools | %!s(int64=10) %!d(string=hai) anos | |
wrappers | %!s(int64=10) %!d(string=hai) anos | |
.gitignore | %!s(int64=10) %!d(string=hai) anos | |
.travis.yml | %!s(int64=10) %!d(string=hai) anos | |
LICENSE | %!s(int64=10) %!d(string=hai) anos | |
Makefile.am | %!s(int64=10) %!d(string=hai) anos | |
README.md | %!s(int64=10) %!d(string=hai) anos | |
autogen.sh | %!s(int64=10) %!d(string=hai) anos | |
configure.ac | %!s(int64=10) %!d(string=hai) anos |
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://open62541.org/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
bash
$ mingw-get install libexpat
$ 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