《Red5 用户参考手册》之六:入门第五章 构建 Red5
官方最新《Red5 用户参考手册》全套下载地址
构建环境设置
Ant
构建 Red5 项目源代码需要 Apache Ant 1.7 或者以上版本。可以去这里下载:http://archive.apache.org/dist/ant/binaries/。
ant 二进制执行文件的目录必须得在系统环境变量 PATH 中进行定义(命令行里输入 ant -version 进行测试),通常定义如下
ant -Divy.conf.name="java6, eclipse" dist
然后回到 Eclipse 右击项目中的 ivy.xml 并点击 Refresh。
更多信息请查阅 Documentation/Tutorials/IvySetupWithEclipse。
原文链接:http://trac.red5.org/wiki/Documentation/UsersReferenceManual/GettingStarted/05-Building-Red5。