项目作者: tuan-cs

项目描述 :
python sip example
高级语言: Makefile
项目地址: git://github.com/tuan-cs/python-sip-example.git
创建时间: 2017-12-12T16:54:57Z
项目社区:https://github.com/tuan-cs/python-sip-example

开源协议:GNU General Public License v3.0

下载


python-sip-example

===============================================

This project is demontrated for python sip binding C++ api and google protobuf

Installation

  • run gen_proto.sh to generate protobuf message files.
  • run python configure.py to generate C++ file from sip file, create make file, build C++ library
  • copy C++ libreceiver.so to system lib directory: /usr/lib
  • run make and make install to install library to python lib directory
  • run python program.py to test.