forked from Mirrors/freeswitch
5bb0fb601a
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@346 d0543943-73ff-0310-b7d9-9358b9ac24b2
28 lines
321 B
Plaintext
28 lines
321 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:
|
|
|