User Tools

Site Tools


library:webkit:building_webkit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
library:webkit:building_webkit [2022/08/16 01:58]
lhaosen [1.1 Generate an environment configurating script and run it]
library:webkit:building_webkit [2022/08/16 02:32] (current)
lhaosen [1.3 Generate an environment configurating script and run it]
Line 2: Line 2:
  
 ===== - Windows ===== ===== - Windows =====
-====   - Get the source of webkit ==== +==== - Get the source of webkit ====
  
   git clone https://gitee.com/mirrors/WebKit.git   git clone https://gitee.com/mirrors/WebKit.git
 +
 +==== - Install dependency ====
 +
 +  @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
 +  
 +  choco install -y cmake ActivePerl python ruby git gperf ninja svn patch diffutils
 +  
  
 ==== - Generate an environment configurating script and run it ==== ==== - Generate an environment configurating script and run it ====
  
-<code wkenv.bat>+<code bat| setenv.bat>
 set WEBKIT_LIBRARIES=%cd%\WebKitLibraries\win set WEBKIT_LIBRARIES=%cd%\WebKitLibraries\win
 set WEBKIT_OUTPUTDIR=%cd%\WebKitBuild set WEBKIT_OUTPUTDIR=%cd%\WebKitBuild
 </code> </code>
 +
 +
library/webkit/building_webkit.1660586324.txt.gz · Last modified: 2022/08/16 01:58 by lhaosen