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
- Currently, other repositories in the Swift project have not been tested and may not be supported.
50
50
@@ -310,12 +310,12 @@ cmake -B S:\b\7 ^
310
310
-D Foundation_DIR=S:\b\3\cmake\modules ^
311
311
-D XCTest_DIR=S:\b\4\cmake\modules ^
312
312
-G Ninja ^
313
-
-S S:\swift-llbuild
313
+
-S S:\Yams
314
314
315
315
ninja -C S:\b\7
316
316
```
317
317
318
-
## Build swift-driver
318
+
## Build swift-argument-parser
319
319
320
320
```cmd
321
321
cmake -B S:\b\8 ^
@@ -325,16 +325,14 @@ cmake -B S:\b\8 ^
325
325
-D CMAKE_Swift_COMPILER=S:/b/1/bin/swiftc.exe ^
326
326
-D dispatch_DIR=S:\b\2\cmake\modules ^
327
327
-D Foundation_DIR=S:\b\3\cmake\modules ^
328
-
-D TSC_DIR=S:\b\5\cmake\modules ^
329
-
-D LLBuild_DIR=S:\b\6\cmake\modules ^
330
-
-D Yams_DIR=S:\b\7\cmake\modules ^
328
+
-D XCTest_DIR=S:\b\4\cmake\modules ^
331
329
-G Ninja ^
332
-
-S S:\swift-driver
330
+
-S S:\swift-argument-parser
333
331
334
332
ninja -C S:\b\8
335
333
```
336
334
337
-
## Build swift-argument-parser
335
+
## Build swift-driver
338
336
339
337
```cmd
340
338
cmake -B S:\b\9 ^
@@ -344,9 +342,12 @@ cmake -B S:\b\9 ^
344
342
-D CMAKE_Swift_COMPILER=S:/b/1/bin/swiftc.exe ^
345
343
-D dispatch_DIR=S:\b\2\cmake\modules ^
346
344
-D Foundation_DIR=S:\b\3\cmake\modules ^
347
-
-D XCTest_DIR=S:\b\4\cmake\modules ^
345
+
-D TSC_DIR=S:\b\5\cmake\modules ^
346
+
-D LLBuild_DIR=S:\b\6\cmake\modules ^
347
+
-D Yams_DIR=S:\b\7\cmake\modules ^
348
+
-D ArgumentParser_DIR=S:\b\8\cmake\modules ^
348
349
-G Ninja ^
349
-
-S S:\swift-argument-parser
350
+
-S S:\swift-driver
350
351
351
352
ninja -C S:\b\9
352
353
```
@@ -365,8 +366,8 @@ cmake -B S:\b\10 ^
365
366
-D TSC_DIR=S:\b\5\cmake\modules ^
366
367
-D LLBuild_DIR=S:\b\6\cmake\modules ^
367
368
-D Yams_DIR=S:\b\7\cmake\modules ^
368
-
-D SwiftDriver_DIR=S:\b\8\cmake\modules ^
369
-
-D ArgumentParser_DIR=S:\b\9\cmake\modules ^
369
+
-D ArgumentParser_DIR=S:\b\8\cmake\modules ^
370
+
-D SwiftDriver_DIR=S:\b\9\cmake\modules ^
370
371
-G Ninja ^
371
372
-S S:\swift-package-manager
372
373
@@ -383,7 +384,7 @@ set SWIFTPM_PD_LIBS=S:\b\10\pm
383
384
- Run ninja install:
384
385
385
386
```cmd
386
-
ninja -C S:\b\toolchain install
387
+
ninja -C S:\b\1 install
387
388
```
388
389
389
390
- Add the Swift on Windows binaries path (`C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\bin`) to the `PATH` environment variable.
0 commit comments