diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-07-24 16:58:57 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-07-24 16:58:57 +0000 |
| commit | 19bde907b5de2b686ac59c3cac7a7d2da2d43cff (patch) | |
| tree | 5ff1a596f4d81a6c8cae195e1efa4f4a24d53143 | |
| parent | 2a4b09c9de8162ef1f4e4138f72b8247779f4d60 (diff) | |
| download | bcm5719-llvm-19bde907b5de2b686ac59c3cac7a7d2da2d43cff.tar.gz bcm5719-llvm-19bde907b5de2b686ac59c3cac7a7d2da2d43cff.zip | |
Create a new directory before running the polly script
Otherwise the script spams the home directory and, in case there are folders
of previous attempts lying around, it may fail in some unexpected way.
llvm-svn: 160677
| -rw-r--r-- | polly/www/get_started.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polly/www/get_started.html b/polly/www/get_started.html index b6a3f8a6514..d6aec31039b 100644 --- a/polly/www/get_started.html +++ b/polly/www/get_started.html @@ -20,9 +20,10 @@ There is a <a href="polly.sh">script</a> available to automatically checkout, update, build, and test Polly. This script contains all the commands that are subsequently described on this webpage. The automatic installation consists -of three simple steps: +of four simple steps: <pre> +mkdir polly && cd polly wget http://polly.llvm.org/polly.sh chmod +x polly.sh ./polly.sh |

