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