Changes between Version 25 and Version 26 of BuildingCairoOnWindows
- Timestamp:
- Apr 8, 2019, 9:18:03 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v25 v26 45 45 46 46 XAMPP should be installed in the default install path (c:\xampp). 47 48 Extensions .pl and .cgi need to be registered as CGI. Modify the following commands along youl Perl path, and run them as administrator. 49 50 {{{ 51 reg add HKEY_CLASSES_ROOT\.pl\Shell\ExecCGI\Command /ve /d "C:\tools\perl\perl\bin\perl.exe -T" 52 reg add HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command /ve /d "C:\tools\perl\perl\bin\perl.exe -T" 53 }}} 54 47 55 Open a command prompt as administrator because http tests need to run Apache service. 48 56