You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,9 +108,11 @@ installed, you can find them under the menu `Xcode -> Open Developer Tool ->
108
108
More Developer Tools...`. This step will install `clang`, `clang++`, and
109
109
`make`.
110
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 tests:
111
+
to avoid popups asking to accept incoming network connections when running
112
+
tests:
112
113
113
-
If the path to your build directory contains a space, the build will likely fail.
114
+
If the path to your build directory contains a space, the build will likely
115
+
fail.
114
116
115
117
```console
116
118
$ sudo ./tools/macosx-firewall.sh
@@ -233,8 +235,8 @@ Prerequisites:
233
235
***Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
234
236
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
235
237
236
-
If the path to your build directory contains a space or a non-ASCII character, the
237
-
build will likely fail.
238
+
If the path to your build directory contains a space or a non-ASCII character,
0 commit comments