Skip to content

Commit

Permalink
Adding note about ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed May 31, 2024
1 parent 8eab34d commit 8750506
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,16 @@ compilation terminated
error: command 'gcc' failed with exit status 1
```

---

If you're having trouble compiling the underlying TA-Lib C library on ARM64,
you might need to configure it with an explicit build type before running
``make`` and ``make install``, for example:

```
$ ./configure --build=aarch64-unknown-linux-gnu
```

## Function API

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

0 comments on commit 8750506

Please sign in to comment.