Differences between revisions 5 and 6
Revision 5 as of 2015-06-10 12:10:25
Size: 381
Comment:
Revision 6 as of 2015-06-10 12:13:37
Size: 388
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * for SAFplus  * Database libraries

Required Packages

  • Google protobufs

apt-get install libprotoc-dev protobuf-compiler python-protobuf
  • for boost

apt-get install libbz2-dev python-dev g++
  • Database libraries

apt-get install libdb-dev libgdbm-dev libsqlite3-dev

Compilation

cd $SAFPLUS_DIR}/src/3rdparty/base/; make
cd $SAFPLUS_DIR}/src; make

SAFplus: Install and Build (last edited 2015-06-24 10:29:37 by vnpraveendesu)