[llvm-commits] [polly] r160677 - /polly/trunk/www/get_started.html
Tobias Grosser
grosser at fim.uni-passau.de
Tue Jul 24 09:58:57 PDT 2012
Author: grosser
Date: Tue Jul 24 11:58:57 2012
New Revision: 160677
URL: http://llvm.org/viewvc/llvm-project?rev=160677&view=rev
Log:
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.
Modified:
polly/trunk/www/get_started.html
Modified: polly/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/get_started.html?rev=160677&r1=160676&r2=160677&view=diff
==============================================================================
--- polly/trunk/www/get_started.html (original)
+++ polly/trunk/www/get_started.html Tue Jul 24 11:58:57 2012
@@ -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
More information about the llvm-commits
mailing list