|
Size: 294
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 3: | Line 3: |
| '''''For Ubuntu ''''' | |
| Line 10: | Line 11: |
| apt-get install libbz2-dev python-dev | apt-get install libbz2-dev python-dev g++ |
| Line 13: | Line 14: |
| * Database libraries {{{ apt-get install libdb-dev libgdbm-dev libsqlite3-dev }}} |
|
| Line 14: | 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
