This is a fork of open62541, https://github.com/open62541/open62541
|
hace 11 años | |
---|---|---|
bin | hace 11 años | |
build-test | hace 11 años | |
doc | hace 11 años | |
examples | hace 11 años | |
m4 | hace 11 años | |
src | hace 11 años | |
tests | hace 11 años | |
.gitignore | hace 11 años | |
AUTHORS | hace 11 años | |
COPYING | hace 11 años | |
ChangeLog | hace 11 años | |
INSTALL | hace 11 años | |
LICENSE | hace 11 años | |
Makefile | hace 11 años | |
Makefile.am | hace 11 años | |
Makefile.in | hace 11 años | |
NEWS | hace 11 años | |
README.md | hace 11 años | |
aclocal.m4 | hace 11 años | |
autogen.sh | hace 11 años | |
compile | hace 11 años | |
configure | hace 11 años | |
configure.ac | hace 11 años | |
depcomp | hace 11 años | |
install-sh | hace 11 años | |
libtool | hace 11 años | |
ltmain.sh | hace 11 años | |
missing | hace 11 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