Skip to content

Commit

Permalink
Fix some more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hughbe committed Nov 8, 2016
1 parent 9881167 commit efcd9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Ubuntu14.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Swift project no longer officially supports Ubuntu 14.04 as a build platform.
It is highly recommended to upgrade to Ubuntu 16.04 or higher in order to have the best experience building and running the project.

If you cannot upgrade Ubuntu to a more up to date version, you should do follow these steps before checking out and build the Swift source code. These are not guaranteed to work in the future, and may break or be unreliable.
If you cannot upgrade Ubuntu to a more up to date version, you should follow these steps before checking out and building the Swift source code. These are not guaranteed to work in the future, and may break or be unreliable.

## Upgrade Clang
You'll need to upgrade your clang compiler for C++14 support and create a symlink. The minimum required version of clang may change, and may not be available on Ubuntu 14.04 in the future.
Expand All @@ -14,7 +14,7 @@ sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-3.6
```

## Upgrade CMake
You'll need to upgrade your cmake toolchain to a supported version by building a local copy. The minimum required version of cmake may change, and may not be available on Ubuntu 14.04 in the future.</p>
You'll need to upgrade your CMake toolchain to a supported version by building a local copy. The minimum required version of CMake may change, and may not be available on Ubuntu 14.04 in the future.
```bash
wget http://www.cmake.org/files/v3.5/cmake-3.5.2.tar.gz
tar xf cmake-3.5.2.tar.gz
Expand Down

0 comments on commit efcd9e5

Please sign in to comment.