Changes between Version 58 and Version 59 of BuildingCairoOnWindows
- Timestamp:
- Jan 13, 2021, 10:46:34 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v58 v59 7 7 = Installing Development Tools = 8 8 9 You need CMake, Perl, Python 2.7, Ruby , gperf and Visual Studio 2019 to build WinCairo port.9 You need CMake, Perl, Python 2.7, Ruby 2, gperf and Visual Studio 2019 to build WinCairo port. 10 10 11 11 You can follow [https://webkit.org/webkit-on-windows/#installing-development-tools AppleWin port's instructions] to install the necessary developer tools, and check out the WebKit code. … … 14 14 15 15 {{{ 16 choco install cmake ActivePerl python2 ruby git svn patch diffutils gperf -y 16 choco install cmake ActivePerl python2 git svn patch diffutils gperf -y 17 choco install ruby --version 2.7.2.1 -y 17 18 pip install pywin32 18 19 }}}