-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
prog.chen
committed
Sep 28, 2014
1 parent
2b1b73f
commit 2598062
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#依赖项 | ||
1. [FreeSWITCH](http://files.freeswitch.org/freeswitch-1.0.6.tar.gz) | ||
2. [OpenSIPS](http://opensips.org/pub/opensips/1.8.5/src/opensips-1.8.5_src.tar.gz/) (可选) | ||
3. [boost](http://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.tar.gz/download) | ||
4. [json-c](https://github.com/json-c/json-c/archive/json-c-0.10-20120530.tar.gz) | ||
5. [libxml2](http://xmlsoft.org/sources/old/libxml2-2.6.30.tar.gz) | ||
6. [mysql](http://downloads.mysql.com/archives/get/file/mysql-5.0.51b.tar.gz) | ||
7. [pcre](http://sourceforge.net/projects/pcre/files/pcre/7.7/pcre-7.7.tar.gz/download) | ||
8. [libcurl](http://curl.haxx.se/download/curl-7.21.0.tar.gz) | ||
|
||
|
||
#编译 | ||
- ` $ bash build.sh build ` | ||
- 目录**release**目录下有**ims**、**acd**、**agentproxy**、**ivr**、**freeswitch**四个目录,每个目录下有独立的可执行程序 |