Skip to content

Commit

Permalink
formatting lists
Browse files Browse the repository at this point in the history
  • Loading branch information
duncantl committed Jul 12, 2016
1 parent d9753c3 commit a9827eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Expand Up @@ -5,9 +5,9 @@ You can also compile LLVM from source. See (BuildingLLVM.md).
# Finding LLVM
The configuration script needs to find the llvm-config executable.
There are three ways to specify this:
1. Use --configure-args='--with-llvm-config=/path/to/llvm-config' in the call to `R CMD INSTALL ... Rllvm`
1. Add the directory containing llvm-config to your PATH environment variable.
2. Alternatively, set the environment LLVM_CONFIG to the fully-qualified name of the llvm-config
1. Use --configure-args='--with-llvm-config=/path/to/llvm-config' in the call to `R CMD INSTALL ... Rllvm`
1. Add the directory containing llvm-config to your PATH environment variable.
2. Alternatively, set the environment LLVM_CONFIG to the fully-qualified name of the llvm-config
executable (including llvm-config at the end so that $LLVM_CONFIG refers to the executable, not the directory).


Expand Down

0 comments on commit a9827eb

Please sign in to comment.