Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Dec 5, 2016
1 parent c53e625 commit c9c5250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -63,7 +63,7 @@ may only be available from an optional pre-release archive (e.g. Ubuntu PPA).

### Install

To install using the Julia package manager, use: Pkg.add("Clang"). Note that you first need to make sure, that the following are in your `PATH` variable: `libclang`, `llvm-config` and `clang`.
To install using the Julia package manager, use: Pkg.add("Clang"). Note that you first need to make sure, that the following are in your `PATH` variable: `llvm-config` and `clang`. If not present in a default Julia location, `libclang` needs to be in `PATH` (on Windows), or `LD_LIBRARY_PATH` (Linux), or `DYLD_LIBRARY_PATH` (OS X).

## Background Information

Expand Down

0 comments on commit c9c5250

Please sign in to comment.