Use xapian 1.4.10 insteal of 1.4.7

Fix #264
This commit is contained in:
Matthieu Gautier
2019-02-18 11:41:57 +01:00
parent f107fa2eb1
commit 6a1fdb8620
3 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
REM ========================================================
REM Install xapian
curl -fsSL -O http://download.kiwix.org/dev/xapian-core-1.4.7.zip || exit /b 1
7z x xapian-core-1.4.7.zip || exit /b 1
cd xapian-core-1.4.7
curl -fsSL -O http://download.kiwix.org/dev/xapian-core-1.4.10.zip || exit /b 1
7z x xapian-core-1.4.10.zip || exit /b 1
cd xapian-core-1.4.10
mkdir build
cd build
%MINGW64_RUN% "cd /c/Projects/kiwix-build/xapian-core-1.4.7/build && /c/Projects/kiwix-build/appveyor/build_xapian.sh" > build_xapian.log || exit /b 1
%MINGW64_RUN% "cd /c/Projects/kiwix-build/xapian-core-1.4.10/build && /c/Projects/kiwix-build/appveyor/build_xapian.sh" > build_xapian.log || exit /b 1
cd ..\..