Bug 255916
| Summary: | build javascriptcore on windows | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | wjllz <1214wjllz> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | fujii.hironori |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
wjllz
Hey, I want to build javascriptcore(The newest version) only on windows, because I am more familiar development tools in windows. But I only can find the tuturial https://webkit.org/building-webkit-on-windows/ which is webkit. But I only want to build javascriptcore only, and I hope it is not a dll file, just a executable file(like windows and macos), Is there any useful tutorial to help me archive this?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
wjllz
(In reply to wjllz from comment #0)
> Hey, I want to build javascriptcore(The newest version) only on windows,
> because I am more familiar development tools in windows. But I only can find
> the tuturial https://webkit.org/building-webkit-on-windows/ which is
> webkit. But I only want to build javascriptcore only, and I hope it is not a
> dll file, just a executable file(like windows and macos), Is there any
> useful tutorial to help me archive this?
And I think this is too hard, because I tried the tutorial some times. seems it is a little old, like the tutorial say we need gperf. https://gnuwin32.sourceforge.net/packages/gperf.htm. but the gperf tools is too old...
Fujii Hironori
It's an old document for deprecated AppleWin port.
See this document.
https://trac.webkit.org/wiki/BuildingCairoOnWindows
Invoke the following commands in WebKit command prompt.
perl Tools/Scripts/build-jsc --debug
perl Tools/Scripts/run-jsc --debug
Fujii Hironori
Please use WebKit Slack to ask questions next time.