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