Commit Graph

249 Commits

Author SHA1 Message Date
Brian King
0791573b5b Fix a typo, clarify the documentation being built. 2017-08-14 19:41:13 -04:00
Brian King
d078458b7c Add a link to swift.org documentation 2017-08-14 19:38:43 -04:00
Brian King
1ce2948953 Add a link to debugging the compiler 2017-08-14 19:24:10 -04:00
Brian King
e0d53198c9 Expand options on building Swift 2017-08-14 19:23:43 -04:00
Brian King
584640edfa Move advanced usage note about into the build script help. 2017-08-14 19:20:22 -04:00
Brian King
bb96c62893 Encourage people to view the 'Typical Uses' of build-script 2017-08-14 19:18:46 -04:00
Brian King
7010e137ec Set disk space and time expectations 2017-08-14 19:16:00 -04:00
Brian King
b9cf9329b8 Emphasize the latest version of Xcode, and installing cmake / ninja via package manager 2017-08-14 19:14:14 -04:00
Brian King
416db97a11 Swap the documentation and getting started sections 2017-08-14 18:54:18 -04:00
Mishal Shah
25ac9304b7 Update Xcode version in the README 2017-07-30 22:14:45 -07:00
Xiaodi Wu
e1ece57cef Update README.md (#10946)
Link to development dependencies and reword text in order to encourage installation of all prerequisites before attempting to build. Incidentally fix punctuation.

Conform line-wrapping to prevailing standards throughout the document.
2017-07-14 10:41:41 -07:00
Matt Eaton
b14e6fc4f5 Update README.md (#10927)
* Update README.md

Expanded and added a bit more clarity on the installation instruction for CMake on Linux.

* Update README.md

Reverted wording on the CMake description.  Added the Linux CMake instructions under the macOS instructions and reworded the Linux instructions to read like the macOS ones.

* Update README.md

Removed redundant text and applied text wrapping.
2017-07-13 12:43:20 -07:00
Armand Grillet
11dc510018 Instructions to install Ninja updated. (#10858)
* Instructions to install Ninja updated.

One sentence was not syntactically correct, I have replaced it to make the installation process clearer.

* Comma splice removed.
2017-07-11 11:21:54 -07:00
Mishal Shah
1fb6629c3b [README] Update the Xcode version to beta 2 2017-07-07 12:15:52 -07:00
Xiaodi Wu
9e7bbb1742 Fix broken link in README.md
This PR fixes a broken link in the README file; briefly, `docs/Testing.rst` was converted to Markdown at some point in the past, but the corresponding link was not updated to reflect that change.
2017-07-05 18:26:08 -05:00
Mishal Shah
1ca7f68dfa [README] Update the Xcode version 2017-06-14 16:22:09 -07:00
swift-ci
1901dd9971 Merge pull request #9725 from norio-nomura/fix-sr-4921 2017-05-30 14:26:28 -07:00
Pavol Vaskovic
8501af323f Link to GitHub’s SSH Key guide (#9825) 2017-05-22 09:09:45 -07:00
Norio Nomura
0dedf21c9f [README] Add tzdata to dependencies for Ubuntu
Fixes https://bugs.swift.org/browse/SR-4921
2017-05-18 11:54:58 +09:00
mishal_shah
dd476a3b48 [README] Update Xcode version 2017-04-20 17:23:40 -07:00
Maxwell Paul Brickner
a43a36543c Updated links to https
I updated links to use https instead of http so readers aren't automatically redirected to the https version. ^ _ ^
2017-04-18 11:39:06 -04:00
Albin "albinek" Sadowski
90154b4070 Update system requirements in README 2017-03-28 19:11:11 +02:00
Louis D'hauwe
3582283a51 [README] Fixed Markdown for new GitHub parser 2017-03-20 19:28:14 +01:00
Mishal Shah
cb146e969b [README] Update Xcode version to Xcode 8.3 Beta 4 2017-03-13 16:19:38 -07:00
mishal_shah
c77d369980 [README] Update Xcode version to Xcode 8.3 Beta 3 2017-02-21 12:15:27 -08:00
Mishal Shah
2188862e92 [README] Update the Xcode version 2017-02-13 11:27:17 -08:00
Mishal Shah
b428094f61 Add Ubuntu 14.04 support back 2017-01-23 22:12:01 -08:00
Alex Blewitt
54086e4434 Add additional pre-requisites needed for building on Linux
Although the build for the Swift compiler doesn't need them,
libdispatch on Linux has an autoconf and libtool dependency.

The instructions at the top-level README has a list of dependencies
which can be installed using a `sudo apt-get install` command, but
when building using just these dependencies the libdispatch project
cannot be built.

By adding the libdispatch dependencies to the top level project,
the set of dependencies can be built in one go.

Issue: SR-3222
2016-11-22 12:28:19 +00:00
Hugh Bellamy
0fc5727c6f Update docs for removal of Ubuntu 14.04 as a supported platform 2016-11-08 00:01:47 +00:00
Mishal Shah
d963ebd24d [README] Remove Ubuntu 14.04 and 15.10 status 2016-11-04 15:16:12 -07:00
damuellen
83b6b551dc Added Badge for Ubuntu 16.10 (#5303) 2016-10-14 18:38:36 -07:00
damuellen
c970f1a977 Add CI status for Ubuntu 16.04 2016-09-22 22:52:01 +02:00
Philippe Hausler
e77f4ed8d9 swift-corelibs-foundation requires libcurl for URLSession 2016-08-19 14:38:13 -07:00
Jordan Rose
a788b449ba README.md: Sphinx versions later than 1.3.4 are now supported.
https://bugs.swift.org/browse/SR-620
2016-08-17 08:34:35 -07:00
Robert Widmann
fdedd5aa77 Merge pull request #4036 from TechyPeople/patch-1
Fix grammar/capitalization errors in README.md
2016-08-05 17:56:58 -07:00
Sanil Chawla
3d6f88e244 Fix one more capitalization error in README.md 2016-08-05 10:36:08 -07:00
Sanil Chawla
4d1111af07 Fix grammar/capitalization errors in README.md 2016-08-04 19:11:48 -07:00
Rintaro Ishizaki
97257082c3 [README] Add package build status in README 2016-07-09 17:14:43 +09:00
Chris Lattner
507a0c48d2 Swift requires a newer cmake now. 2016-07-02 11:33:23 -07:00
Michael Gottesman
0c4bd83f4f Add a note to the README, that one should create a swift-source directory before using update-checkout to ensure that there are no collisions between update-checkout/swift repositories and other repos that the user may have checked out.
Thanks to ssen for the suggestion!
2016-06-22 17:12:43 -07:00
gfjgf
1f3d4cb074 Update README.md
macOS is right, please fix. Apple Developer said this, on bug report site
2016-06-13 01:20:53 +02:00
Brian Gesiak
d7e2e1f93e [SR-1613][SourceKit] Require blocks runtime
SourceKit makes heavy use of blocks. In order to port SourceKit to Linux,
we either need to rewrite much of it to use function pointers, or we must
require a blocks runtime. This commit requires a blocks runtime, but only
when SourceKit is being built. Currently, SourceKit is not built on Linux,
so this should not affect anyone.
2016-05-25 17:17:32 -04:00
Krish Munot
d2e98f4633 hyperlinking relevant directories and sites 2016-04-11 03:54:01 +05:30
bugsfan45
56a791e0e2 Update README.md
This is right name ;)
2016-04-10 20:15:15 +02:00
danra
41ffd82db0 CMake Binary Dist. link directly to download page
The binary distribution isn't downloadable from the /install url, so you would have to go to /download anyway to download it. This change obviates this extra step.
2016-03-24 13:42:57 +02:00
Jordan Rose
c43943d7a8 [build-script] Remove -X option for "edit-only" Xcode projects.
This has caused plenty of confusion and should no longer be necessary anyway.
2016-03-16 09:28:52 -07:00
Chris Byatt
445828e335 Update formatting and grammar for clarity. 2016-03-14 17:08:52 +00:00
Ted Kremenek
8f7cf6cf31 Merge pull request #51 from BrandonMathis/chore/docs
Update some Readme strucutre and styles
2016-03-08 22:18:16 -08:00
Alex Hoppen
94409930bb [README] Changed sphinx install to require version 1.3.4
Newer versions currently don't work (SR-620)
2016-02-24 20:27:10 +01:00
Mishal Shah
0c11a84383 [README] Build status from ci.swift.org 2016-02-01 22:03:21 -08:00