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