Changes between Version 90 and Version 91 of BuildingCairoOnWindows
- Timestamp:
- Jan 23, 2023 6:08:07 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v90 v91 14 14 15 15 {{{ 16 choco install -y xampp-81 python ruby git gperf 17 }}} 18 19 `choco install cmake` doesn't configure your PATH. A switch is needed. 20 21 {{{ 22 choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System' 16 choco install -y xampp-81 python ruby git cmake gperf 23 17 }}} 24 18