Skip to content
pspeybro edited this page Aug 15, 2014 · 9 revisions

prerequisites

autoconf

boost

=> sudo apt-get install libboost1.50-all

gcc 4.7 or later (for c++11)

libtool libcppunit-dev (for tests with make check)

Compile and install

autoreconf -f -i

./configure

make

make install

After make install, run 'ldconfig' otherwise you get "error while loading shared libraries" when executing /usr/local/bin/opcua(server).

/usr/local/bin/opcuaserver --config=/usr/local/etc/opcua/server

logging?

Compiling in windows

needed libraries: boost, libxml2 (nuget), iconv

Clone this wiki locally