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 ********