From 507d12069b6595d1be046e5cb5b493a38765bf5b Mon Sep 17 00:00:00 2001 From: smorlat Date: Wed, 22 Jul 2009 20:17:14 +0000 Subject: [PATCH] fix procedure for win7 git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@546 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- linphone/README.mingw | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/linphone/README.mingw b/linphone/README.mingw index af854de5f..599c415bf 100644 --- a/linphone/README.mingw +++ b/linphone/README.mingw @@ -3,7 +3,11 @@ Software to install * mingw32 * msys -* automake*/autoconf*/libtool , uncompress in / + +run msys as Administrator + +* automake*/autoconf*/libtool/perl from msys suplementary tools, uncompress in / +* intltool (quicklink: http://ftp.acc.umu.se/pub/GNOME/binaries/win32/intltool/0.40/intltool_0.40.4-1_win32.zip) uncompress in /usr/local * gcc-part-core-4.3 gcc-part-c++-4.3, uncompress in /mingw * download unzip from mingw downloads, uncompress in /mingw * install zip from http://www.info-zip.org/Zip.html#Downloads @@ -21,6 +25,14 @@ Software to install uncompress in /usr/local +Get Linphone source code +************************ + +Install msys-git from (http://code.google.com/p/msysgit/) + +git clone git://git.savannah.nongnu.org/linphone.git + + Building ********