diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-04-17 10:52:58 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-04-18 19:11:46 (GMT) |
commit | cb9097cdd2eba86d7388b6fc36b49224d46a9e6b (patch) | |
tree | 13a890474dcb1f821d7fd566e0916ef7963501db | |
parent | eadf2fa562b8017b505151a171a8f8ca7796cab6 (diff) | |
download | swift-cb9097cdd2eba86d7388b6fc36b49224d46a9e6b.zip swift-cb9097cdd2eba86d7388b6fc36b49224d46a9e6b.tar.bz2 |
Added instructions for installing on unix.
-rw-r--r-- | Documentation/BuildingOnUnix.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/BuildingOnUnix.txt b/Documentation/BuildingOnUnix.txt index 8de73c8..fa5759e 100644 --- a/Documentation/BuildingOnUnix.txt +++ b/Documentation/BuildingOnUnix.txt @@ -20,6 +20,9 @@ Running tests ------------- - Run ./scons test=unit - for running the unit tests, or - ./scons test=all - for running all tests. + for running the unit tests. + +Installing +---------- +- To install swift in /usr/local, run + ./scons SWIFT_INSTALLDIR=/usr/local /usr/local |