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
Copy file name to clipboardExpand all lines: INSTALL.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,9 @@ To create the toolchain with libdispatch Using build-toolchain in Linux:
69
69
```
70
70
./swift/utils/build-toolchain local.swift
71
71
```
72
-
72
+
73
73
Note that adding libdispatch in build-presets.ini is for Linux only as Swift on macOS platforms uses the system installed libdispatch, so its not required.
74
-
74
+
75
75
### Building and installing on OS X
76
76
77
77
The following configure options may be of general interest:
@@ -150,13 +150,13 @@ Note that libdispatch development and testing is done only
150
150
on Ubuntu; currently supported versions are 14.04, 15.10 and 16.04.
151
151
152
152
1. The first thing to do is install required packages:
0 commit comments