mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Update README.mingw for sqlite3 building
This commit is contained in:
parent
7b6bf69ed8
commit
ca9e8b9baa
1 changed files with 11 additions and 0 deletions
11
README.mingw
11
README.mingw
|
|
@ -136,11 +136,21 @@ libgnutls (from the web)
|
|||
libgsm (from the web)
|
||||
libxml2 (compiled)
|
||||
libsoup (compiled)
|
||||
libsqlite3 (compiled)
|
||||
|
||||
Remarks:
|
||||
For every package compiled that goes into linphone-deps, .la files (libtool files) must be removed to avoid libtool errors.
|
||||
When running "make install DESTDIR=<somepath>", somepath must be absolute and should not contain any ~ or space.
|
||||
|
||||
- building sqlite3
|
||||
* download the sources on the following website:
|
||||
http://www.sqlite.org/download.html (choose the sqlite-autoconf-3XXX.tar.gz)
|
||||
|
||||
* install:
|
||||
./configure
|
||||
make && make install DESTDIR=/home/<myuser>/sqlite3-install
|
||||
then copy the content of ~/sqlite3-install/usr/local/ into linphone-deps/.
|
||||
|
||||
- building ffmpeg
|
||||
./configure --enable-shared --disable-static --enable-memalign-hack --extra-cflags="-fno-common" --enable-gpl && make
|
||||
make install DESTDIR=/home/<myuser>/ffmpeg-install
|
||||
|
|
@ -152,6 +162,7 @@ When running "make install DESTDIR=<somepath>", somepath must be absolute and sh
|
|||
./configure --enable-shared --disable-static && make && make install DESTDIR=/home/<myuser>/libxml2-install
|
||||
copy ~/libxml2-install/usr/local/* into linphone-deps/.
|
||||
|
||||
|
||||
- building x264:
|
||||
|
||||
* download yasm normal version windows executable from yasm project page:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue