From 39a58432b74739ff79c2ffb78df656e66726de72 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Thu, 18 Aug 2016 15:47:35 -0700 Subject: [PATCH] Include note about LIBCLANG_PATH envar for Linux --- docs/Development_Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Development_Setup.md b/docs/Development_Setup.md index 5eebc80..89a0a3e 100644 --- a/docs/Development_Setup.md +++ b/docs/Development_Setup.md @@ -35,6 +35,6 @@ Then build in the usual manner, as shown in the `README.md` file (i.e. `cargo bu 1. Install ImageMagick 1. Install the Clang libraries -See the Ubuntu `fabfile.py` for an example of how to install everything. +See the Ubuntu `fabfile.py` for an example of how to install everything. In particular, note that it may be necessary to set `LIBCLANG_PATH` to the path containing the `libclang.so` library. Then build in the usual manner, as shown in the `README.md` file (i.e. `cargo build` and `cargo test`). If running the tests fails because the MagickWand library cannot be found, try rebuilding the ldconfig cache (`sudo ldconfig`).