[skip ci] WIP use kiwix-desktop window_utf16 branch

This commit is contained in:
Matthieu Gautier 2018-07-27 18:23:15 +02:00
parent 66c79e2aac
commit a565af2af4
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ REM ========================================================
REM Install kiwix-desktop REM Install kiwix-desktop
git clone https://github.com/kiwix/kiwix-desktop || exit /b 1 git clone https://github.com/kiwix/kiwix-desktop || exit /b 1
cd kiwix-desktop cd kiwix-desktop
git checkout windows_utf16
echo "Getting fix_desktop" echo "Getting fix_desktop"
curl -fsSL -O http://public.kymeria.fr/KIWIX/windows/fix_desktop_makefile.py_ || exit /b 1 curl -fsSL -O http://public.kymeria.fr/KIWIX/windows/fix_desktop_makefile.py_ || exit /b 1
echo "Running qmake" echo "Running qmake"

View File

@ -2,6 +2,7 @@ REM ========================================================
REM Install libzim REM Install libzim
git clone https://github.com/openzim/libzim.git || exit /b 1 git clone https://github.com/openzim/libzim.git || exit /b 1
cd libzim cd libzim
git checkout win_utf16
meson.py . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1 meson.py . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
cd build cd build
ninja || exit /b 1 ninja || exit /b 1