diff --git a/README.md b/README.md index 6a2314c1b9ef4..f2cdd74a8c779 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # Swift Programming Language +DUMMY | | **Architecture** | **Master** | **Package** | |---|:---:|:---:|:---:| @@ -223,14 +224,14 @@ locally reproduce such builds for development or distribution purposes. E.x.: $ ./utils/build-toolchain $BUNDLE_PREFIX ``` -where ``$BUNDLE_PREFIX`` is a string that will be prepended to the build -date to give the bundle identifier of the toolchain's ``Info.plist``. For -instance, if ``$BUNDLE_PREFIX`` was ``com.example``, the toolchain -produced will have the bundle identifier ``com.example.YYYYMMDD``. It -will be created in the directory you run the script with a filename +where ``$BUNDLE_PREFIX`` is a string that will be prepended to the build +date to give the bundle identifier of the toolchain's ``Info.plist``. For +instance, if ``$BUNDLE_PREFIX`` was ``com.example``, the toolchain +produced will have the bundle identifier ``com.example.YYYYMMDD``. It +will be created in the directory you run the script with a filename of the form: ``swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz``. -Beyond building the toolchain, ``build-toolchain`` also supports the +Beyond building the toolchain, ``build-toolchain`` also supports the following (non-exhaustive) set of useful options:: - ``--dry-run``: Perform a dry run build. This is off by default. @@ -313,8 +314,8 @@ expressed today. ## Build Dependencies ### CMake -[CMake](https://cmake.org) is the core infrastructure used to configure builds of -Swift and its companion projects; at least version 3.4.3 is required. +[CMake](https://cmake.org) is the core infrastructure used to configure builds of +Swift and its companion projects; at least version 3.4.3 is required. On macOS, you can download the [CMake Binary Distribution](https://cmake.org/download), bundled as an application, copy it to `/Applications`, and add the embedded