Use last version of xapian instead of prerelease
This commit is contained in:
parent
ec273f7b0e
commit
b2bd19f484
|
@ -1,9 +1,9 @@
|
||||||
REM ========================================================
|
REM ========================================================
|
||||||
REM Install xapian
|
REM Install xapian
|
||||||
curl -fsSL -O http://public.kymeria.fr/KIWIX/windows/xapian-core-1.5.0.zip || exit /b 1
|
curl -fsSL -O http://download.kiwix.org/dev/xapian-core-1.4.7.zip || exit /b 1
|
||||||
7z x xapian-core-1.5.0.zip || exit /b 1
|
7z x xapian-core-1.4.7.zip || exit /b 1
|
||||||
cd xapian-core-1.5.0
|
cd xapian-core-1.4.7
|
||||||
mkdir build
|
mkdir build
|
||||||
cd 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 ..\..
|
cd ..\..
|
||||||
|
|
Loading…
Reference in New Issue