summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-04-17 11:01:27 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-04-23 06:51:00 (GMT)
commit8e9f2483483adf496bdc2070cb6d4c348c74f616 (patch)
treef0a44e7295bfd90024460040a4c944929174cd5f
parentfad3b1ded1f8a534c09b7f92a1fbe39e9ffd3955 (diff)
downloadswift-8e9f2483483adf496bdc2070cb6d4c348c74f616.zip
swift-8e9f2483483adf496bdc2070cb6d4c348c74f616.tar.bz2
Comment about only compiling Swiften in the building instructions
-rw-r--r--Documentation/BuildingOnUnix.txt7
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