mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 10:19:23 +00:00
update documentation
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@558 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
77fd518de7
commit
45c60dcc30
1 changed files with 24 additions and 12 deletions
|
|
@ -1,26 +1,38 @@
|
|||
Software to install
|
||||
*******************
|
||||
|
||||
* mingw32 (choose candidate to have lastest binaries)
|
||||
* msys
|
||||
* mingw32, using Automated windows installer (when launched, choose candidate to have lastest binaries)
|
||||
* msys, using windows installer too.
|
||||
|
||||
run msys as Administrator (right click on the icon, and click 'run as administrator'.
|
||||
run msys as Administrator (right click on the icon, and click 'run 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
|
||||
|
||||
* Download the following tar.gz or zips:
|
||||
- perl (from "msys supplementary tools")
|
||||
- crypt (from "msys supplementary tools")
|
||||
- automake1.10 (from "mingw automake")
|
||||
- automake-3-1 (from "mingw automake/wrapper")
|
||||
- autoconf2.5 (from "autoconf-2.5)
|
||||
- autoconf-6 (from "autoconf-2.5/wrapper)
|
||||
Uncompress all of them in /
|
||||
note: lzma files must uncompressed using tar --lzma -xvf <file>
|
||||
|
||||
* Download 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
|
||||
|
||||
* Download gcc-part-core-4.3 gcc-part-c++-4.3, uncompress in /mingw (note: gcc-4.4 is not supported yet)
|
||||
* Download unzip from mingw downloads, uncompress in /mingw
|
||||
* Download install zip from http://www.info-zip.org/Zip.html#Downloads
|
||||
(quicklink: ftp://ftp.dante.de/tex-archive/tools/zip/info-zip/WIN32/zip232xN.zip), and extract zip.exe to c:\msys\1.0\usr\local\bin
|
||||
|
||||
|
||||
* gtk+bundle from http://www.gtk.org , uncompress in /usr/local
|
||||
* libglade and libglade-dev >=2.6.3 from gnome ftp:
|
||||
* Download lastest gtk+bundle from http://www.gtk.org , uncompress in /usr/local
|
||||
* Download libglade and libglade-dev >=2.6.3 from gnome ftp:
|
||||
http://ftp.gnome.org/pub/GNOME/binaries/win32/libglade/2.6/libglade-dev_2.6.3-1_win32.zip
|
||||
http://ftp.gnome.org/pub/GNOME/binaries/win32/libglade/2.6/libglade_2.6.3-1_win32.zip
|
||||
uncompress in /usr/local
|
||||
* download ActiveState perl and run the installer with default options.
|
||||
* download lastest linphone-deps from linphone downloads, misc directory:
|
||||
* Download ActiveState perl and run the installer with default options.
|
||||
* Download lastest linphone-deps from linphone downloads, misc directory:
|
||||
http://download.savannah.gnu.org/releases-noredirect/linphone/misc/)
|
||||
uncompress in /usr/local
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue