forked from Mirrors/freeswitch
f3834f1941
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@42 d0543943-73ff-0310-b7d9-9358b9ac24b2
18 lines
331 B
Plaintext
18 lines
331 B
Plaintext
|
|
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
|
|
|
|
|
|
cp modules.conf.in modules.conf and edit to taste
|
|
|
|
if you want sip:
|
|
make sure mod_exosip is uncommeted in modules.conf
|
|
make common
|
|
make exosip
|
|
|
|
|
|
make; make install
|
|
|
|
|