freeswitch/INSTALL

39 lines
621 B
Plaintext

UNIX:
1) Prepare Automake
./configure
2) Edit modules.conf and adjust to taste.
3) Choose one of the following:
Build The Entire Project (reccommended)
make everything
Build/Install All
make installall
Build Just The Core
make
Build Modules
make modules
Install Modiles
make install_mod
Windows 32:
Requires: Microsoft Visual Studio 2005 or
Visual C++ 2005 Express Edition and Platform SDK
Internet connectivity to download dependency libraries
1) Open /w32/vsnet/Freeswitch.sln
2) Choose Release or Debug build
3) Build solution or your choice of modules using the ide.