]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix liar INSTALL
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 30 Jan 2006 20:13:24 +0000 (20:13 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 30 Jan 2006 20:13:24 +0000 (20:13 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@503 d0543943-73ff-0310-b7d9-9358b9ac24b2

INSTALL
Makefile.am
Makefile.in

diff --git a/INSTALL b/INSTALL
index ccfd329ecbe4dd38cf6b68ffad6760623b16b044..863fd02766af187839cbe3d0ef112dea3b5639a3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,27 +7,25 @@ UNIX:
 
 3) Choose one of the following:
 
-       Build The Entire Project (reccommended)
-       make everything
+       *) Build The Entire Project (reccommended)
+          make installall
 
-       Build/Install All
-       make installall
+       *) Do it yourself step by step:
+          make
+          make install
+          make modules
+          make install_mod
 
-       Build Just The Core
-       make
 
-       Build Modules
-       make modules
-
-       Install Modiles
-       make install_mod
+       *) Rebuild all the dependancies
+          make megaclean 
 
 
 Windows 32:
 
        Requires: Microsoft Visual Studio 2005 or 
-                                               Visual C++ 2005 Express Edition and Platform SDK
-                                               Internet connectivity to download dependency libraries
+       Visual C++ 2005 Express Edition and Platform SDK
+       Internet connectivity to download dependency libraries
                                                
 1) Open /w32/vsnet/Freeswitch.sln
 
@@ -36,4 +34,4 @@ Windows 32:
 3) Build solution or your choice of modules using the ide.
        
        
-       
\ No newline at end of file
+       
index f330170bc463f574e1cc4531b5ca30f51dc8d9f0..f02195791edbd5966ed70d5c683b49b9f257b4db 100644 (file)
@@ -139,7 +139,7 @@ modules: $(NAME)
 modclean:
        @cd src/mod && for i in `find . -type d -name mod_\*` ; do echo making clean $$i ; SOLINK="$(SOLINK)" CFLAGS="$(CFLAGS)" CC="$(CC)" MOD="$$i" $(PWD)/modmake.sh $(PWD) $$i clean || exit 1; done
 
-everything: all modules
+everything: install install_mod
 
 installall: install install_mod
 
index 85cada5e840ba094df53997e3690d30fa0e6f514..bed6c59c62004f69fad8b13ce60238eed6a2d678 100644 (file)
@@ -1016,7 +1016,7 @@ modules: $(NAME)
 modclean:
        @cd src/mod && for i in `find . -type d -name mod_\*` ; do echo making clean $$i ; SOLINK="$(SOLINK)" CFLAGS="$(CFLAGS)" CC="$(CC)" MOD="$$i" $(PWD)/modmake.sh $(PWD) $$i clean || exit 1; done
 
-everything: all modules
+everything: install install_mod
 
 installall: install install_mod