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
124124installed, you can find them under the menu `Xcode -> Open Developer Tool ->
125125More Developer Tools...` . This step will install ` clang` , ` clang++`, and
126126` 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:
130127
131128If the path to your build directory contains a space, the build will likely
132129fail.
133130
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+
134138``` console
135139$ sudo ./tools/macosx-firewall.sh
136140```
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.
139141
140142On FreeBSD and OpenBSD, you may also need:
141143* libexecinfo
You can’t perform that action at this time.
0 commit comments