Changes between Version 22 and Version 23 of BuildingCairoOnWindows
- Timestamp:
- Sep 18, 2018, 7:03:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v22 v23 16 16 to start the build. 17 17 18 If you are behind http proxy, set following environment variabls for libcurl. 19 20 {{{ 21 set http_proxy=http://proxy.example.com:8080/ 22 set https_proxy=%http_proxy% 23 set no_proxy=localhost,127.0.0.1 24 }}} 25 18 26 19 27 == Building from within Visual Studio == 20 28 21 Some environment alvariables should be propagated to Visual Studio.29 Some environment variables should be propagated to Visual Studio. 22 30 23 31 {{{