File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,31 @@ it provides some of the needed headers and libraries.
30
30
installation.
31
31
32
32
### 2. Clone the repositories
33
+ 1 . Configure git to work with Unix file endings
33
34
1 . Create a folder to contain all the Swift repositories
34
35
1 . Clone ` apple/swift-cmark ` into a folder named ` cmark `
35
36
1 . Clone ` apple/swift-clang ` into a folder named ` clang `
36
37
1 . Clone ` apple/swift-llvm ` into a folder named ` llvm `
37
38
1 . Clone ` apple/swift-compiler-rt ` into a folder named ` compiler-rt `
38
39
1 . Clone ` apple/swift ` into a folder named ` swift `
39
40
1 . Clone ` apple/swift-corelibs-libdispatch ` into a folder named ` swift-corelibs-libdispatch `
41
+ 1 . Clone ` apple/swift-corelibs-foundation ` into a folder name ` swift-corelibs-foundation `
42
+
40
43
- Currently, other repositories in the Swift project have not been tested and
41
44
may not be supported.
42
45
46
+ ``` cmd
47
+ git config --global core.autocrlf input
48
+ S:
49
+ git clone https://github.com/apple/swift-cmark cmark
50
+ git clone https://github.com/apple/swift-clang clang
51
+ git clone https://github.com/apple/swift-llvm llvm
52
+ git clone https://github.com/apple/swift-compiler-rt compiler-rt
53
+ git clone https://github.com/apple/swift
54
+ git clone https://github.com/apple/swift-corelibs-libdispatch
55
+ git clone https://github.com/apple/swift-corelibs-foundation
56
+ ```
57
+
43
58
### 3. Acquire ICU
44
59
1 . Download ICU from [ ICU Project] ( http://site.icu-project.org ) for Windows x64 and extract the binaries.
45
60
1 . Add the ` bin64 ` folder to your ` Path ` environment variable.
You can’t perform that action at this time.
0 commit comments