Re: [reSIProcate] trunk migrated to autotools build system (r9487)
On 11/04/12 16:24, Scott Godin wrote:
> Great stuff - thanks Daniel!
>
> It should be noted that the following projects have not yet been converted:
They should be supported now, with optional args to configure:
> tfm
./configure --with-tfm
> reflow
> recon
./configure --with-recon
> apps/clicktocall
> apps/ichat-gw
> apps/sipdial
./configure --with-apps
Also, I've made some tweaks to sipdial so it compiles again, and added
some comments to the document. Tested it against more Polycoms (IP650
and IP321)
> p2p
./configure --with-p2p
> nICEr
Not currently built by autotools
> presSvr
This is built automatically as part of the autotools builds, it could be
made optional or moved to apps as you suggested
Many things also need --with-ssl in fact:
./configure --with-apps
will probably not work on it's own, you must do
./configure --with-apps --with-ssl --with-ipv6
perhaps.