This is a fork of open62541, https://github.com/open62541/open62541

Stasik0 b55903d360 renamed generate.sh to autogen.sh 11 年之前
OPCUAServer b55903d360 renamed generate.sh to autogen.sh 11 年之前
LICENSE c387ae0c45 Initial commit 11 年之前
README.md 12cfa3b7c0 Update README.md 11 年之前

README.md

Open62541

An open communication stack implementation of OPC UA.

Getting dependencies

Ubuntu

sudo apt-get install build-essential check

Windows

Getting MinGW and MSYS:
Get Gtk+ bundle (just for m4 marcros and pkg-config):
Get git (IMPORTANT: get 1.8.4, since 1.8.5.2 has a bug):
Getting check unit test framework:
  • Open MinGW\msys\1.0\msys.bat
$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
$ autoreconf --install
$ ./configure --prefix=
$ make
$ make install

Building

$ cd OPCUAServer
$ ./autogen.sh
$ ./configure
$ make
$ make check