forked from FreeOpcUa/freeopcua
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
pspeybro edited this page Aug 15, 2014
·
9 revisions
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)
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?
- https://github.com/easylogging/easyloggingpp
- http://www.drdobbs.com/cpp/a-lightweight-logger-for-c/240147505
- http://logging.apache.org/log4cxx/index.html
needed libraries: boost, libxml2 (nuget), iconv