mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
This is a sample build system for a stand alone FreeSWITCH module.
|
|
|
|
To build and install:
|
|
./bootstrap.sh
|
|
./configure
|
|
make
|
|
make install
|