Changes between Version 38 and Version 39 of BuildingCairoOnWindows


Ignore:
Timestamp:
Oct 1, 2019 7:28:44 PM (5 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v38 v39  
    1717}}}
    1818
    19 You can optionally install some other tools,
     19If you want to use Clang, install clang-cl 8 and ninja.
    2020
    2121{{{
    22 choco install ninja llvm Bitnami-XAMPP -y
     22choco install llvm --version 8.0.1 -y
     23choco install ninja -y
    2324}}}
    2425
     
    6667XAMPP should be installed in the default install path (c:\xampp).
    6768
     69{{{
     70choco install Bitnami-XAMPP -y
     71}}}
     72
    6873Extensions .pl and .cgi need to be registered as CGI. Modify the following commands along your Perl path, and run them as administrator.
    6974