MantisBT - VCMI
View Issue Details
0003166VCMIOtherpublic2021-01-30 22:522022-09-16 14:49
yang 
 
normalminoralways
closedfixed 
MacBook Air (Retina, 13-inch, 20macOS Catalina10.15.7 (19H114)
 
1.next 
0003166: Build doc for mac need update
In https://wiki.vcmi.eu/How_to_build_VCMI_(macOS), [^] current config:
cmake ../vcmi -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -Wno-devc
need to be change to:
cmake ../vcmi -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -Wno-devc -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)

Otherwise, this cmake cmd will fail. It is a well-known issue between cmake and qt5.
No tags attached.
Issue History
2021-01-30 22:52yangNew Issue
2022-09-16 14:49PovelitelNote Added: 0008341
2022-09-16 14:49PovelitelStatusnew => closed
2022-09-16 14:49PovelitelResolutionopen => fixed
2022-09-16 14:49PovelitelFixed in Version => 1.next

Notes
(0008341)
Povelitel   
2022-09-16 14:49   
Fixed by kambala here: https://wiki.vcmi.eu/How_to_build_VCMI_(macOS) [^]