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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,9 @@ that includes libdispatch on Linux:
70
70
```
71
71
./swift/utils/build-toolchain local.swift
72
72
```
73
-
73
+
74
74
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.
75
-
75
+
76
76
### Building and installing on OS X
77
77
78
78
The following configure options may be of general interest:
@@ -151,9 +151,9 @@ Note that libdispatch development and testing is done only
151
151
on Ubuntu; currently supported versions are 14.04, 15.10 and 16.04.
152
152
153
153
1. The first thing to do is install required packages:
0 commit comments