WIP Build on windows using the libkiwix branch iframe_based_content_viewer
This commit is contained in:
parent
4698f7d101
commit
f2667066ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue