View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0003166 | VCMI | Other | public | 2021-01-30 22:52 | 2021-01-30 22:52 |
|
Reporter | yang | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | |
Platform | MacBook Air (Retina, 13-inch, 20 | OS | macOS Catalina | OS Version | 10.15.7 (19H114) |
Product Version | | |
Target Version | | Fixed in Version | | |
|
Summary | 0003166: Build doc for mac need update |
Description | 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. |
Tags | No tags attached. |
|
Attached Files | |
|