]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 13 Jan 2006 13:25:29 +0000 (13:25 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 13 Jan 2006 13:25:29 +0000 (13:25 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@346 d0543943-73ff-0310-b7d9-9358b9ac24b2

INSTALL
Makefile.am
Makefile.in

diff --git a/INSTALL b/INSTALL
index 73de3623a28cae20199d1306cbc9bc378dcf405b..a85a552726d2852b1e2a48e328d526f84047572a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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:
 
index 2d79e1b3b95dbdbbd35cbe43b779d6bf12adc92b..33f6e291643001626ecc49738aa2d523235dfabe 100644 (file)
@@ -93,7 +93,7 @@ freeswitch_SOURCES = src/switch.c
 freeswitch_CFLAGS = $(AM_CFLAGS)
 freeswitch_LDFLAGS = -lfreeswitch
 nodist_freeswitch_SOURCES = src/include/switch_version.h
-BUILT_SOURCES = version
+BUILT_SOURCES = depends version
 CLEANFILES = src/include/switch_version.h
 
 version: Makefile
index f66a0d465d9c2a6a0c4174d82bb4c55f303da90d..ab9461c5456e91229dcd2e7356813727e6bed352 100644 (file)
@@ -300,7 +300,7 @@ freeswitch_SOURCES = src/switch.c
 freeswitch_CFLAGS = $(AM_CFLAGS)
 freeswitch_LDFLAGS = -lfreeswitch
 nodist_freeswitch_SOURCES = src/include/switch_version.h
-BUILT_SOURCES = version
+BUILT_SOURCES = depends version
 CLEANFILES = src/include/switch_version.h
 all: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) all-recursive