CDP's fork of the open62541 OPC UA stack (https://github.com/open62541/open62541)
FlorianPalm 5d94d089aa changed folder structure part 2 | 10 years ago | |
---|---|---|
autom4te.cache | 10 years ago | |
bin | 10 years ago | |
build-test | 10 years ago | |
doc | 10 years ago | |
examples | 10 years ago | |
lib | 10 years ago | |
m4 | 10 years ago | |
src | 10 years ago | |
tests | 10 years ago | |
AUTHORS | 10 years ago | |
COPYING | 10 years ago | |
ChangeLog | 10 years ago | |
INSTALL | 10 years ago | |
LICENSE | 10 years ago | |
Makefile | 10 years ago | |
Makefile.am | 10 years ago | |
Makefile.in | 10 years ago | |
NEWS | 10 years ago | |
README.md | 10 years ago | |
aclocal.m4 | 10 years ago | |
autogen.sh | 10 years ago | |
compile | 10 years ago | |
config.guess | 10 years ago | |
config.log | 10 years ago | |
config.log.orig | 10 years ago | |
config.status | 10 years ago | |
config.status.orig | 10 years ago | |
config.sub | 10 years ago | |
configure | 10 years ago | |
configure.ac | 10 years ago | |
depcomp | 10 years ago | |
install-sh | 10 years ago | |
libtool | 10 years ago | |
ltmain.sh | 10 years ago | |
missing | 10 years ago |
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