Skip to content

Commit 46850bc

Browse files
committed
Fix up a few links, and fix the project directory name in one location.
1 parent 111518f commit 46850bc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Docs/GettingStarted.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to build on OS X, you will need:
88

99
* The latest version of Xcode
1010
* The latest version of the OS X SDK (at this time: 10.11)
11-
* The [current Swift toolchain](https://oss.apple.com/download/#latest-development-snapshots).
11+
* The [current Swift toolchain](https://swift.org/download/#latest-development-snapshots).
1212

1313
Foundation is developed at the same time as the rest of Swift, so the most recent version of the compiler is required in order to build it.
1414

@@ -23,7 +23,7 @@ swift-corelibs-foundation swift-corelibs-xctest
2323

2424
Build steps:
2525

26-
0. Run Xcode with the latest toolchain. Follow (the instructions here)[https://oss.apple.com/download/#apple-platforms] to start Xcode with the correct toolchain.
26+
0. Run Xcode with the latest toolchain. Follow [the instructions here](https://swift.org/download/#apple-platforms) to start Xcode with the correct toolchain.
2727
0. Open `Foundation.xcworkspace`.
2828
0. Build the _Foundation_ target. This builds CoreFoundation and Foundation.
2929

@@ -38,7 +38,7 @@ You will need:
3838

3939
* A supported distribution of Linux. At this time, we support [Ubuntu 14.04 and Ubuntu 15.10](http://www.ubuntu.com).
4040

41-
To get started, follow the instructions on how to [build Swift](https://github.com/apple/swift#building-swift). Foundation is developed at the same time as the rest of Swift, so the most recent version of the `clang` and `swift` compilers are required in order to build it.
41+
To get started, follow the instructions on how to [build Swift](https://github.com/apple/swift#building-swift). Foundation is developed at the same time as the rest of Swift, so the most recent version of the `clang` and `swift` compilers are required in order to build it. The easiest way to make sure you have all of the correct dependencies is to build everything together.
4242

4343
The default build script does not include Foundation. To build Foundation and XCTest as well, pass `--xctest --foundation` to the build script.
4444

@@ -51,7 +51,7 @@ This will build and run the Foundation tests, in the Debug configuration.
5151
After the complete Swift build has finished, you can iterate quickly on Foundation itself by simply invoking `ninja` in the Foundation directory.
5252

5353
```
54-
cd Foundation
54+
cd swift-corelibs-foundation
5555
ninja
5656
```
5757

@@ -76,4 +76,3 @@ LD_LIBRARY_PATH=../build/Ninja-ReleaseAssert/foundation-linux-x86_64/Foundation/
7676
```
7777

7878
Just copy & paste the correct line.
79-

0 commit comments

Comments
 (0)