www: Fix typo, replace "LD_LBIRARY_PATH" by "LD_LIBRARY_PATH" in get_started.

llvm-svn: 153948
This commit is contained in:
Hongbin Zheng 2012-04-03 09:15:52 +00:00
parent d53b5dedb2
commit 9270a8875a
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ it is because you installed cloog to a non-standard path, and libisl/libcloog
could not be found. To solve this issue, you need to append the path of parent
directory of libisl/libcloog, i.e. ${CLOOG_INSTALL}/lib, to LD_LIBRARY_PATH by:
<pre>export LD_LBIRARY_PATH=$LD_LIBRARY_PATH:${CLOOG_INSTALL}/lib</pre>
<pre>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${CLOOG_INSTALL}/lib</pre>
<h2> Optional Features </h2>