Changes between Version 90 and Version 91 of BuildingCairoOnWindows


Ignore:
Timestamp:
Jan 23, 2023 6:08:07 PM (15 months ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v90 v91  
    1414
    1515{{{
    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'
     16choco install -y xampp-81 python ruby git cmake gperf
    2317}}}
    2418