PKGBUILD
tweaks
If you want to build with clang
, add this part to cmake
flags:
-DCMAKE_CXX_COMPILER='clang++' \
-DCMAKE_C_COMPILER='clang' \
If you want to use bundled fuzzylite
:
-DFORCE_BUNDLED_FL=ON \
If you want to use innoextract
(system-wide installation won't work since vcmi has a temporary? fork of innoextract
for now):
-DENABLE_INNOEXTRACT=ON \
Pinned Comments
Gigas002 commented on 2024-05-29 15:08 (UTC)
PKGBUILD
tweaksIf you want to build with
clang
, add this part tocmake
flags:If you want to use bundled
fuzzylite
:If you want to use
innoextract
(system-wide installation won't work since vcmi has a temporary? fork ofinnoextract
for now):