Use last version of xapian instead of prerelease

This commit is contained in:
Matthieu Gautier 2018-07-27 10:22:53 +02:00
parent ec273f7b0e
commit b2bd19f484
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
REM ========================================================
REM Install xapian
curl -fsSL -O http://public.kymeria.fr/KIWIX/windows/xapian-core-1.5.0.zip || exit /b 1
7z x xapian-core-1.5.0.zip || exit /b 1
cd xapian-core-1.5.0
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
mkdir build
cd build
%MINGW64_RUN% "cd /c/Projects/kiwix-build/xapian-core-1.5.0/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.7/build && /c/Projects/kiwix-build/appveyor/build_xapian.sh" > build_xapian.log || exit /b 1
cd ..\..