Skip to content

Commit

Permalink
more troubleshooting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Oct 3, 2013
1 parent f90ee65 commit f10daa5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit f10daa5

Please sign in to comment.