Changes between Version 61 and Version 62 of BuildingCairoOnWindows
- Timestamp:
- Feb 2, 2021, 12:55:21 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v61 v62 88 88 If Apache service is running, stop it by using Services of Control Panel. 89 89 90 Extensions .pl and .cgi need to be registered as CGI. Modify the following commands along your Perlpath, and run them as administrator.90 Some extensions need to be registered as CGI. Modify the following commands along your Perl an Python path, and run them as administrator. 91 91 92 92 {{{ 93 93 reg add HKEY_CLASSES_ROOT\.pl\Shell\ExecCGI\Command /ve /d "c:\xampp\perl\bin\perl.exe -T" 94 94 reg add HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command /ve /d "c:\xampp\perl\bin\perl.exe -T" 95 reg add HKEY_CLASSES_ROOT\.py\Shell\ExecCGI\Command /ve /d "c:\Python39\python.exe" 95 96 }}} 96 97