git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@346 d0543943-73ff-0310-b7d9-9358b9ac24b2v1.2.stable
parent
484646d7a7
commit
5bb0fb601a
@ -1,18 +1,27 @@ |
||||
UNIX: |
||||
|
||||
1) Prepare Automake |
||||
./configure |
||||
|
||||
APR (> make apr) |
||||
it will and download and build and install apr if needed but remember to make sure |
||||
/usr/local/apr/lib is in the LD_LIBRARY_PATH that's up to you |
||||
2) Edit modules.conf and adjust to taste. |
||||
|
||||
3) Choose one of the following: |
||||
|
||||
cp modules.conf.in modules.conf and edit to taste |
||||
Build The Entire Project (reccommended) |
||||
make everything |
||||
|
||||
if you want sip: |
||||
make sure mod_exosip is uncommeted in modules.conf |
||||
make common |
||||
make exosip |
||||
Build/Install All |
||||
make installall |
||||
|
||||
Build Just The Core |
||||
make |
||||
|
||||
make; make install |
||||
Build Modules |
||||
make modules |
||||
|
||||
Install Modiles |
||||
make install_mod |
||||
|
||||
|
||||
Windows 32: |
||||
|
||||
|
Loading…
Reference in new issue