We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eab34d commit 8750506Copy full SHA for 8750506
README.md
@@ -287,6 +287,16 @@ compilation terminated
287
error: command 'gcc' failed with exit status 1
288
```
289
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
300
## Function API
301
302
Similar to TA-Lib, the Function API provides a lightweight wrapper of the
0 commit comments