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