diff options
author | Kevin Smith <git@kismith.co.uk> | 2013-02-13 14:36:51 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2013-02-13 18:53:23 (GMT) |
commit | 2846c236c7a6153419c545cfb09fff1b13fe9427 (patch) | |
tree | a03e433941a9fbd6c89fb263d34174fa5dab0f97 /Documentation | |
parent | 330d8a6bcbeddc88a65622c03fd27cddde21a497 (diff) | |
download | swift-2846c236c7a6153419c545cfb09fff1b13fe9427.zip swift-2846c236c7a6153419c545cfb09fff1b13fe9427.tar.bz2 |
Slightly clarify Linux build steps
Change-Id: I3944c999947f76bdf18b992f322e0055e9bbebb4
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildingOnUnix.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/BuildingOnUnix.txt b/Documentation/BuildingOnUnix.txt index 46e1939..ef74387 100644 --- a/Documentation/BuildingOnUnix.txt +++ b/Documentation/BuildingOnUnix.txt @@ -2,8 +2,8 @@ Prerequisites ------------ - GCC - Python -- OpenSSL -- Qt Open Source Edition (optional; not needed for Swiften) +- OpenSSL (and development package) +- Qt Open Source Edition (and development package. Optional; not needed for Swiften) Building -------- @@ -18,6 +18,7 @@ Building Running tests ------------- +If you want to run the unit tests (only interesting if you're doing development work) - Run ./scons test=unit for running the unit tests. |