[Freeswitch-users] ./configure single module?
Tamer Higazi
th982a at googlemail.com
Mon Jun 15 09:21:20 UTC 2020
Not true.
steps to reproduce:
1. get the freeswitch source
2. ./bootstrap.sh
3. edit modules.conf (the minimal system)
4. ./configure --prefix=/opt/freeswitch
5. make && make install
now you decide yourself to install at a later point of time further
modules, (my freeswitch source is in /usr/local/src/freeswitch), then
you enter the directory:
/usr/local/src/freeswitch/src/mod/applications/mod_conference
and just type make && make install
Just tested it, works.
Have fun!
best, Tamer
On 2020-06-12 19:15, Mike Jerris wrote:
> No. Configure is one step for all.
>
>> On Jun 12, 2020, at 10:50 AM, David Villasmil <david.villasmil.work at gmail.com> wrote:
>>
>> Hello
>>
>> Is it possible to issue something to configure a single module? something like:
>>
>> ./configure mod_conference
More information about the FreeSWITCH-users
mailing list