From 53e4be8bc08fcb52c02c72f2109a40ce5b9876b0 Mon Sep 17 00:00:00 2001 From: Paul Tinsley Date: Tue, 28 Nov 2006 22:13:45 +0000 Subject: [PATCH] Add a notice to try and deal with a common build problem. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3477 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL b/INSTALL index f313b95cf4..40ecfbe867 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,9 @@ +**************************************** NOTICE ******************************* +You MUST own the destination path of /usr/local/freeswitch for the project to +build properly! The alternative is to pick a different prefix with ./configure +--prefix=/my/special/place . +******************************************************************************* + UNIX: You will need 'wget' installed in your path so the build system can download the dependancies.