mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
kiwix-lib doesn't use ctpp2 anymore but mustache. So remove ctpp2 dependency and add mustache.
4 lines
216 B
Batchfile
4 lines
216 B
Batchfile
REM ========================================================
|
|
REM Install mustache.hpp
|
|
curl -fsSL -o%EXTRA_DIR%\include\mustache.hpp https://raw.githubusercontent.com/kainjow/mustache/v3.2.1/mustache.hpp || exit /b 1
|