Skip to content

Commit 8750506

Browse files
committed
Adding note about ARM64
1 parent 8eab34d commit 8750506

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,16 @@ compilation terminated
287287
error: command 'gcc' failed with exit status 1
288288
```
289289

290+
---
291+
292+
If you're having trouble compiling the underlying TA-Lib C library on ARM64,
293+
you might need to configure it with an explicit build type before running
294+
``make`` and ``make install``, for example:
295+
296+
```
297+
$ ./configure --build=aarch64-unknown-linux-gnu
298+
```
299+
290300
## Function API
291301

292302
Similar to TA-Lib, the Function API provides a lightweight wrapper of the

0 commit comments

Comments
 (0)