]> sjero.net Git - linphone/commitdiff
Update README.mingw for sqlite3 building
authorMargaux Clerc <clercmargo@gmail.com>
Fri, 24 May 2013 14:18:11 +0000 (16:18 +0200)
committerMargaux Clerc <clercmargo@gmail.com>
Fri, 24 May 2013 14:18:11 +0000 (16:18 +0200)
README.mingw

index 42b130f335035020d35fd466f723741a72b4d69f..be45614f2af070ca4ed662ce88b3bcf22780c97c 100644 (file)
@@ -136,11 +136,21 @@ libgnutls (from the web)
 libgsm (from the web)
 libxml2 (compiled)
 libsoup (compiled)
 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.
 
 
 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
 - 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/.
 
   ./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:
 - building x264:
  
   * download yasm normal version windows executable from yasm project page: