diff --git a/INSTALL b/INSTALL index ccfd329ecb..863fd02766 100644 --- 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 + diff --git a/Makefile.am b/Makefile.am index f330170bc4..f02195791e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/Makefile.in b/Makefile.in index 85cada5e84..bed6c59c62 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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