README 135 B

1234567
  1. This is a sample build system for a stand alone FreeSWITCH module.
  2. To build and install:
  3. ./bootstrap.sh
  4. ./configure
  5. make
  6. make install