add html5ever install method

This commit is contained in:
Pierre Tachoire
2025-11-25 12:39:40 +01:00
parent a1064a54cc
commit 1e090f9d30
3 changed files with 16 additions and 0 deletions

View File

@@ -215,6 +215,16 @@ To init or update the submodules in the `vendor/` directory:
make install-submodule
```
**html5ever**
[html5ver](https://github.com/servo/html5ever) is high-performance browser-grade HTML5 parser.
```
make install-html5ever
```
For dev env, use `make install-html5ever-dev`.
**v8**
First, get the tools necessary for building V8, as well as the V8 source code: