summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-06-20 15:16:48 (GMT)
committerTobias Markmann <tm@ayena.de>2016-06-20 15:16:48 (GMT)
commit36e8ea5b6284c89cca3c869e7ff0dbc9e2943c0f (patch)
tree9360a9fe18d7d23fae4ba74b543eb523d06186b1 /README.md
parentbaf480995fc479573f549042b2a5f065ee0701ea (diff)
downloadswift-36e8ea5b6284c89cca3c869e7ff0dbc9e2943c0f.zip
swift-36e8ea5b6284c89cca3c869e7ff0dbc9e2943c0f.tar.bz2
Add short Swift installation instructions to README.md
Test-Information: Tested that all files are installed to the specified directory on Debian 8.5. Change-Id: I97e85559b6cd498fecc25f8c2760f90113c76b19
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8540bb..ddb1dac 100644
--- a/README.md
+++ b/README.md
@@ -73,5 +73,8 @@ On Unix/Linux SCons will use `pkg-config` to determine the compiler and linker f
Note: The Qt that comes with your Linux distribution might not be up to date and may have issues with some desktop environments.
-### Building Swift
+#### Building Swift
To build Swift, simply open a terminal, go to the project root and run `./scons Swift`. Afterwards you can start Swift by running `./Swift/QtUI/swift-im`.
+
+#### Installing Swift
+To install Swift on the system (e.g. in the `/usr/local` directory), run `./scons SWIFT_INSTALLDIR=/usr/local /usr/local` in the Swift project folder.