CDP's fork of the open62541 OPC UA stack (https://github.com/open62541/open62541)
Julius Pfrommer 7f9af01198 revert compiler flag change | пре 10 година | |
---|---|---|
doc | пре 10 година | |
examples | пре 10 година | |
schema | пре 10 година | |
src | пре 10 година | |
tests | пре 10 година | |
tools | пре 10 година | |
wrappers | пре 10 година | |
.gitignore | пре 10 година | |
.travis.yml | пре 10 година | |
LICENSE | пре 10 година | |
Makefile.am | пре 10 година | |
README.md | пре 10 година | |
autogen.sh | пре 10 година | |
configure.ac | пре 10 година |
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