diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-04-17 11:01:27 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-04-23 06:51:00 (GMT) |
commit | 8e9f2483483adf496bdc2070cb6d4c348c74f616 (patch) | |
tree | f0a44e7295bfd90024460040a4c944929174cd5f /Documentation | |
parent | fad3b1ded1f8a534c09b7f92a1fbe39e9ffd3955 (diff) | |
download | swift-8e9f2483483adf496bdc2070cb6d4c348c74f616.zip swift-8e9f2483483adf496bdc2070cb6d4c348c74f616.tar.bz2 |
Comment about only compiling Swiften in the building instructions
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildingOnUnix.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/BuildingOnUnix.txt b/Documentation/BuildingOnUnix.txt index fa5759e..46e1939 100644 --- a/Documentation/BuildingOnUnix.txt +++ b/Documentation/BuildingOnUnix.txt @@ -26,3 +26,10 @@ Installing ---------- - To install swift in /usr/local, run ./scons SWIFT_INSTALLDIR=/usr/local /usr/local + +Swiften-only +------------ +- To compile just Swiften, add Swiften to the end of the scons command + ./scons Swiften +- To compile and install only Swiften, use SWIFTEN_INSTALLDIR + ./scons SWIFTEN_INSTALLDIR=/usr/local /usr/local |