1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Don't suggest /tmp for building: it may not be large enough

This commit is contained in:
John Zaitseff 2011-08-28 14:11:29 +10:00
parent 3a68213e80
commit 3b8aaf193e

View File

@ -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):