mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
update README for mingw
This commit is contained in:
parent
d964a25167
commit
83949d6c69
1 changed files with 0 additions and 8 deletions
|
|
@ -14,7 +14,6 @@ In mingw shell, run
|
|||
mingw-get install msys-zip
|
||||
mingw-get install msys-unzip
|
||||
mingw-get install msys-wget
|
||||
mingw-get install msys-libopenssl
|
||||
|
||||
mkdir -p /opt/perl/bin
|
||||
cp /bin/perl /opt/perl/bin/.
|
||||
|
|
@ -41,13 +40,6 @@ cd /share/themes
|
|||
wget http://art.gnome.org/download/themes/gtk2/1122/GTK2-Outcrop.tar.gz
|
||||
tar -xvzf GTK2-Outcrop.tar.gz
|
||||
|
||||
#Remove the special stdint.h and inttypes.h included in linphone-deps: it is for MSVC only.
|
||||
#Mingw will use the one in /mingw/include
|
||||
rm /include/stdint.h /include/inttypes.h
|
||||
|
||||
#Remove libgcc specific libraries, only needed for MSVC:
|
||||
rm /lib/libgcc.a /lib/libmingw32.a /lib/libmingwex.a
|
||||
|
||||
#To get the translations working, remove from C:/MinGW/lib :
|
||||
libintl.a libintl.la libintl.dll.a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue