WIP Build on windows using the libkiwix branch iframe_based_content_viewer

This commit is contained in:
Matthieu Gautier 2022-09-21 16:13:19 +02:00
parent 4698f7d101
commit f2667066ca
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ REM ========================================================
REM Install libkiwix
git clone https://github.com/kiwix/libkiwix.git || exit /b 1
cd libkiwix
git checkout iframe_based_content_viewer || exit /b 1
set CPPFLAGS="-I%EXTRA_DIR%/include"
meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
cd build