+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:
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
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