From 3b8aaf193e3ea18d748eb92f9ffed3f3a896c1f8 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Sun, 28 Aug 2011 14:11:29 +1000 Subject: [PATCH] Don't suggest /tmp for building: it may not be large enough --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 11b96e5..a9baeea 100644 --- a/INSTALL +++ b/INSTALL @@ -103,8 +103,8 @@ separate build directory, then run configure. For example, if you placed the Star Traders source code tree in $HOME/src/trader-7.2, you could run something like: - mkdir /tmp/trader-build-7.2 - cd /tmp/trader-build-7.2 + mkdir $HOME/build/trader-build-7.2 + cd $HOME/build/trader-build-7.2 $HOME/src/trader-7.2/configure Once again, the Autoconf manual describes these options (and many others):