File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,18 +107,20 @@ On macOS, you will need to install the `Xcode Command Line Tools` by running
107107installed, you can find them under the menu `Xcode -> Open Developer Tool ->
108108More Developer Tools...` . This step will install ` clang` , ` clang++`, and
109109` make ` .
110- * After building, you may want to setup [ firewall rules] ( tools/macosx-firewall.sh )
111- to avoid popups asking to accept incoming network connections when running
112- tests:
113110
114111If the path to your build directory contains a space, the build will likely
115112fail.
116113
114+ After building, setting up [ firewall rules] ( tools/macosx-firewall.sh ) can avoid
115+ popups asking to accept incoming network connections when running tests.
116+
117+ Running the following script on macOS will add the firewall rules for the
118+ executable ` node ` in the ` out ` directory and the symbolic ` node ` link in the
119+ project's root directory.
120+
117121``` console
118122$ sudo ./tools/macosx-firewall.sh
119123```
120- Running this script will add rules for the executable ` node ` in the ` out `
121- directory and the symbolic ` node ` link in the project's root directory.
122124
123125On FreeBSD and OpenBSD, you may also need:
124126* libexecinfo
You can’t perform that action at this time.
0 commit comments