From c9c5250071ca5731c7b64610bd5b0c701d5b45de Mon Sep 17 00:00:00 2001 From: Isaiah Date: Mon, 5 Dec 2016 10:26:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac4015d..4f6c355d 100644 --- a/README.md +++ b/README.md @@ -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