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