diff options
author | Tobias Markmann <tm@ayena.de> | 2016-07-26 12:54:58 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2016-07-26 13:04:21 (GMT) |
commit | a6779d865fe268f3e9101951842767ea360da236 (patch) | |
tree | a65cd3f855bf5eb16d2306f53e8a396742fa48ed | |
parent | c7ea4a479d2f63c73278f934f68bbb5d5430a334 (diff) | |
download | swift-a6779d865fe268f3e9101951842767ea360da236.zip swift-a6779d865fe268f3e9101951842767ea360da236.tar.bz2 |
Add warning about broken GitHub tarballs to README.md
Test-Information:
None.
Change-Id: Ie979c306c3b7f357828ade3e5b5ca6b4c2ee7721
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ # Swift - An elegant, secure, adaptable and intuitive XMPP Client + +__NOTE: Please download any releases from https://swift.im/releases.html, or as a Git checkout. The tarballs provided by GitHub will not build correctly.__ + ## Quick Start Simply run `./scons Swift` on Linux, or `./scons Swift qt=/Users/username/Qt_installation_path/Qt/5.4.2/5.4/clang_64` on Mac OS X or `scons.bat Swift qt=C:\path\to\qt` on Windows to build Swift. |