项目作者: pbalash0v

项目描述 :
FreeSWITCH wrapper C++/Python library
高级语言: CMake
项目地址: git://github.com/pbalash0v/fspp.git
创建时间: 2021-03-08T14:31:53Z
项目社区:https://github.com/pbalash0v/fspp

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

下载


fspp

Every command should be run in git source folder.

Build docker image with necessary build tools:

  1. docker image build -t fspp_build .

Run library build (will create a build/ folder and produce simple deb package there):

  1. docker run --mount src="$(pwd)",target=/src,type=bind fspp_build

Build docker image for simple example app (will use deb package produced earlier):

  1. docker image build -t fspp_app -f src/python/Dockerfile .

Run app:

  1. docker run --rm --net=host fspp_app