您的位置:首页 > 运维架构

Resiprocate--------------open source stack of VOIP(SIP) (Not GPL )

2013-05-17 13:17 204 查看



reSIProcate



web site : http://www.resiprocate.org/Main_Page
Language :C++
Copyright revised BSD

Copyright (c) 2000-2008 Vovida Networks, Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions

are met:

1. Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer in

the documentation and/or other materials provided with the

distribution.

3. The names "VOCAL", "Vovida Open Communication Application Library",

and "Vovida Open Communication Application Library (VOCAL)" must

not be used to endorse or promote products derived from this

software without prior written permission. For written

permission, please contact vocal@vovida.org.

4. Products derived from this software may not be called "VOCAL", nor

may "VOCAL" appear in their name, without prior written

permission of Vovida Networks, Inc.

2、How to compile

a) Make libdbc++

http://www.linuxfromscratch.org/blfs/view/svn/server/db.html

b)Make xerces

http://xerces.apache.org/xerces-c/

C) Make PCRE

http://www.pcre.org/

d) Make Resiprocate

cd resiprocate-1.8.5

./configure CC=/opt/hisi-linux/x86-arm/arm-hisiv200-linux/target/bin/arm-hisiv200-linux-gcc CXX=/opt/hisi-linux/x86-arm/arm-hisiv200-linux/target/bin/arm-hisiv200-linux-g++ \

LD=/opt/hisi-linux/x86-arm/arm-hisiv200-linux/target/bin/arm-hisiv200-linux-ld \

--host=arm-linux \

CPPFLAGS="-I${PWD}/../libdbcxx/include/ -I${PWD}/../lib_xerces/include/ -I${PWD}/../lib_pcre-8.33/include/ " \

LDFLAGS="-L${PWD}/../lib_xerces/lib/ -L${PWD}/../libdbcxx/lib/ -L${PWD}/../lib_pcre-8.33/lib/ " \

--prefix=$PWD/../lib_resiprocate-1.8.5/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: