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

FlorianPalm 23409cd3d0 changed .gitignore il y a 11 ans
bin d0eefbb476 cleaning up il y a 11 ans
build-test 5d94d089aa changed folder structure part 2 il y a 11 ans
doc 5d94d089aa changed folder structure part 2 il y a 11 ans
examples d0eefbb476 cleaning up il y a 11 ans
m4 5d94d089aa changed folder structure part 2 il y a 11 ans
src d0eefbb476 cleaning up il y a 11 ans
tests 9310d323c9 changed .gitignore again il y a 11 ans
.gitignore 23409cd3d0 changed .gitignore il y a 11 ans
AUTHORS 5d94d089aa changed folder structure part 2 il y a 11 ans
COPYING 5d94d089aa changed folder structure part 2 il y a 11 ans
ChangeLog 5d94d089aa changed folder structure part 2 il y a 11 ans
INSTALL 5d94d089aa changed folder structure part 2 il y a 11 ans
LICENSE 9310d323c9 changed .gitignore again il y a 11 ans
Makefile 9310d323c9 changed .gitignore again il y a 11 ans
Makefile.am 5d94d089aa changed folder structure part 2 il y a 11 ans
Makefile.in 5d94d089aa changed folder structure part 2 il y a 11 ans
NEWS 5d94d089aa changed folder structure part 2 il y a 11 ans
README.md 52cb40ecdc Update README.md il y a 11 ans
aclocal.m4 5d94d089aa changed folder structure part 2 il y a 11 ans
autogen.sh 5d94d089aa changed folder structure part 2 il y a 11 ans
compile 5d94d089aa changed folder structure part 2 il y a 11 ans
configure 5d94d089aa changed folder structure part 2 il y a 11 ans
configure.ac 5d94d089aa changed folder structure part 2 il y a 11 ans
depcomp 5d94d089aa changed folder structure part 2 il y a 11 ans
install-sh 5d94d089aa changed folder structure part 2 il y a 11 ans
libtool 5d94d089aa changed folder structure part 2 il y a 11 ans
ltmain.sh 5d94d089aa changed folder structure part 2 il y a 11 ans
missing 5d94d089aa changed folder structure part 2 il y a 11 ans

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