From f10daa5fffc5ea2c887aa029bd0a3106a9518fab Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 2 Oct 2013 17:19:19 -0700 Subject: [PATCH] more troubleshooting. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a265ab26..abce7a475 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,15 @@ $ python setup.py install ### Troubleshooting +Sometimes installation will produce build errors like this: + ``` func.c:256:28: fatal error: ta-lib/ta_libc.h: No such file or directory compilation terminated. ``` -If you get build errors like this, it typically means that it can't find the -underlying ``TA-Lib`` library, which needs to be installed. +This typically means that it can't find the underlying ``TA-Lib`` library, +a dependency which needs to be installed. ### Dependencies