summaryrefslogtreecommitdiff
path: root/deps/v8/third_party/inspector_protocol/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/third_party/inspector_protocol/README.md')
-rw-r--r--deps/v8/third_party/inspector_protocol/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/v8/third_party/inspector_protocol/README.md b/deps/v8/third_party/inspector_protocol/README.md
index 4eff4338ff..da3f93f3f3 100644
--- a/deps/v8/third_party/inspector_protocol/README.md
+++ b/deps/v8/third_party/inspector_protocol/README.md
@@ -26,3 +26,8 @@ to fetch the package (and dependencies) and build and run the tests:
gn gen out/Release
ninja -C out/Release json_parser_test
out/Release/json_parser_test
+
+You'll probably also need to install g++, since Clang uses this to find the
+standard C++ headers. E.g.,
+
+ sudo apt-get install g++-8