freeswitch/build/standalone_module
2020-06-04 22:41:42 +04:00
..
bootstrap.sh FS-7653 Thanks to Mike Jerris who wrote up the build system files for this. 2015-06-12 11:22:00 -07:00
configure.ac add some more usefule variables to standalone_module configure sample script 2015-08-26 15:54:45 -05:00
freeswitch.pc.in [Build-System] Add a local pc file for use with out of tree mods built in tree. 2020-06-04 22:41:42 +04:00
Makefile.am FS-7653 Thanks to Mike Jerris who wrote up the build system files for this. 2015-06-12 11:22:00 -07:00
mod_skel.c FS-7653 Thanks to Mike Jerris who wrote up the build system files for this. 2015-06-12 11:22:00 -07:00
README FS-7653 Thanks to Mike Jerris who wrote up the build system files for this. 2015-06-12 11:22:00 -07:00

This is a sample build system for a stand alone FreeSWITCH module.

To build and install:
./bootstrap.sh
./configure
make
make install