diff options
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. |