Changes between Version 48 and Version 49 of BuildingCairoOnWindows


Ignore:
Timestamp:
Sep 3, 2020 6:51:39 PM (4 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v48 v49  
    2525to start the build. Ensure you don't have GCC in your PATH, otherwise CMake is going to use GCC and builds will fail.
    2626
    27 If you are behind http proxy, set following environment variabls for libcurl.
    28 
    29 {{{
    30 set http_proxy=http://proxy.example.com:8080/
    31 set https_proxy=%http_proxy%
    32 set no_proxy=localhost,127.0.0.1
    33 }}}
    34 
    3527
    3628== Building from within Visual Studio ==
     29
     30Start "x64 Native Tools Command Prompt for VS 2019".
    3731
    3832{{{
     
    4741devenv WebKitBuild\Release\WebKit.sln
    4842}}}
     43
     44If you are behind http proxy, you need more environment variables for libcurl.
     45
     46{{{
     47set http_proxy=http://proxy.example.com:8080/
     48set https_proxy=%http_proxy%
     49set no_proxy=localhost,127.0.0.1
     50}}}
     51
     52Open the generated solution file by devenv.
     53
     54{{{
     55devenv WebKitBuild\Release\WebKit.sln
     56}}}
     57
     58Build "MiniBrowser" project.
    4959
    5060= Required Libraries =