hello webkit-dev
I am a newcomer to webkit。 And I had followed to download a copy of source code as https://webkit.org/webkit-on-windows/ and made a build of vs 2019、and then compiled the source code and got a executable file(minibrowser.exe)、but got a error (minibrowserlib.dll is not a valid win32 application) while running minibrowser.exe.
With Tool depends I found that minibrowserlib.dll lacked more than 100 dll files whose name beginning with api-ms-win-core or API-MS-WIN-SHCORE or EXT-MS-WIN。
The things I had done are as the follow:
1、install vs 2019 community edition
2、install ActiveState Perl
3、install ActiveState Python
4、install Ruby
5、install Bison
6、install Gperf
7、install Flex
8、install CMake
9、install Git
10、install safari
11、git clone git://git.webkit.org/WebKit.git
12、perl update-webkit
13、perl build-webkit --debug --no-ninja //I had comment the code related to check whether local code is the latest
14、compile the source with vs 2019
My computer enviroments is as follow:
1、win10
2、windows sdk 10.0.19041.1
3、visual studio 2019 component related C++
Can anyone give me some advice ? Thanks a lot。