forked from OSchip/llvm-project
www: Append path instead overwrite path when exporting the path of pocc.
llvm-svn: 153936
This commit is contained in:
parent
7629d63bc4
commit
da4138d105
|
@ -166,7 +166,7 @@ href="http://www.cse.ohio-state.edu/~pouchet/software/pocc/download/pocc-1.0-rc3
|
|||
tar xzf pocc-1.0-rc3.1-full.tar.gz
|
||||
cd pocc-1.0-rc3.1
|
||||
./install.sh
|
||||
export PATH=`pwd`/bin
|
||||
export PATH=$PATH:`pwd`/bin
|
||||
</pre>
|
||||
|
||||
You also need to install scoplib-0.2.0 and provide its location to
|
||||
|
|
Loading…
Reference in New Issue