File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -124,18 +124,20 @@ On macOS, you will need to install the `Xcode Command Line Tools` by running
124
124
installed, you can find them under the menu `Xcode -> Open Developer Tool ->
125
125
More Developer Tools...` . This step will install ` clang` , ` clang++`, and
126
126
` make ` .
127
- * After building, you may want to setup [ firewall rules] ( tools/macosx-firewall.sh )
128
- to avoid popups asking to accept incoming network connections when running
129
- tests:
130
127
131
128
If the path to your build directory contains a space, the build will likely
132
129
fail.
133
130
131
+ After building, setting up [ firewall rules] ( tools/macosx-firewall.sh ) can avoid
132
+ popups asking to accept incoming network connections when running tests.
133
+
134
+ Running the following script on macOS will add the firewall rules for the
135
+ executable ` node ` in the ` out ` directory and the symbolic ` node ` link in the
136
+ project's root directory.
137
+
134
138
``` console
135
139
$ sudo ./tools/macosx-firewall.sh
136
140
```
137
- Running this script will add rules for the executable ` node ` in the ` out `
138
- directory and the symbolic ` node ` link in the project's root directory.
139
141
140
142
On FreeBSD and OpenBSD, you may also need:
141
143
* libexecinfo
You can’t perform that action at this time.
0 commit comments