Changes between Version 38 and Version 39 of BuildingCairoOnWindows
- Timestamp:
- Oct 1, 2019, 7:28:44 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v38 v39 17 17 }}} 18 18 19 You can optionally install some other tools, 19 If you want to use Clang, install clang-cl 8 and ninja. 20 20 21 21 {{{ 22 choco install ninja llvm Bitnami-XAMPP -y 22 choco install llvm --version 8.0.1 -y 23 choco install ninja -y 23 24 }}} 24 25 … … 66 67 XAMPP should be installed in the default install path (c:\xampp). 67 68 69 {{{ 70 choco install Bitnami-XAMPP -y 71 }}} 72 68 73 Extensions .pl and .cgi need to be registered as CGI. Modify the following commands along your Perl path, and run them as administrator. 69 74