Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2015-03-18 14:50:03
Size: 285
Editor: AndrewStone
Comment:
Revision 7 as of 2015-06-24 10:29:37
Size: 741
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 4: Line 3:
'''''For Ubuntu '''''
Line 11: Line 11:
apt-get install libbz2-dev apt-get install libbz2-dev python-dev g++
Line 14: Line 14:
 * Database libraries
{{{
apt-get install libdb-dev libgdbm-dev libsqlite3-dev
}}}
Line 15: Line 19:
'''''For Centos '''''
 * Google protobufs
{{{
Manually Install the protobuf libraries using RPMS.
}}}
 
 * for boost
{{{
yum install gcc bzip2-devel python-devel gcc-c++
}}}

 * Database libraries
{{{
yum install libdb-devel gdbm-devel sqlite-devel
}}}

 * RPM Package Generation
{{{
yum install rpm-build
}}}

Required Packages

For Ubuntu

  • 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

For Centos

  • Google protobufs

Manually Install the protobuf libraries using RPMS. 
  • for boost

yum install gcc bzip2-devel python-devel gcc-c++
  • Database libraries

yum install libdb-devel gdbm-devel sqlite-devel

  • RPM Package Generation

yum install rpm-build

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)