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

MaximilianBauer 45d6ace3e3 The function to calc the size of an ExpandedNodeId has been created. hace 11 años
open62541Stack 45d6ace3e3 The function to calc the size of an ExpandedNodeId has been created. hace 11 años
LICENSE c387ae0c45 Initial commit hace 11 años
README.md 52cb40ecdc Update README.md hace 11 años

README.md

Open62541

An open communication stack implementation of OPC UA.

Getting dependencies

Ubuntu

Getting gcc toolchain:
sudo apt-get install build-essential subversion git
Getting and installing check 0.9.12
$ 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

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
$ cd check-code
$ autoreconf --install
$ ./configure --prefix=
$ make
$ make install

Building

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

Rebuilding configure tools (only if configure.am is changed)

$ ./autogen.sh