diff options
author | Tobias Markmann <tm@ayena.de> | 2016-06-20 15:16:48 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2016-06-20 15:16:48 (GMT) |
commit | 36e8ea5b6284c89cca3c869e7ff0dbc9e2943c0f (patch) | |
tree | 9360a9fe18d7d23fae4ba74b543eb523d06186b1 | |
parent | baf480995fc479573f549042b2a5f065ee0701ea (diff) | |
download | swift-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
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |