Skip to content

Commit

Permalink
README: adding another note about arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jun 1, 2024
1 parent 8750506 commit 1e826f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,20 @@ you might need to configure it with an explicit build type before running
$ ./configure --build=aarch64-unknown-linux-gnu
```

This is caused by old ``config.guess`` file, so another way to solve this is
to copy a newer version of config.guess into the underyling TA-Lib C library
sources:

```
$ cp /usr/share/automake-1.16/config.guess /path/to/extracted/ta-lib/config.guess
```

And then re-run configure:

```
$ ./configure
```

## Function API

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

0 comments on commit 1e826f9

Please sign in to comment.