Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build v.0.5.0 with configure #8

Open
sjdhanasekaran opened this issue Feb 15, 2023 · 1 comment
Open

Unable to build v.0.5.0 with configure #8

sjdhanasekaran opened this issue Feb 15, 2023 · 1 comment
Assignees

Comments

@sjdhanasekaran
Copy link

sjdhanasekaran commented Feb 15, 2023

https://github.com/TA-Lib/ta-lib/archive/refs/tags/v0.5.0.tar.gz

unable to build above release. With same way that how we compiled v.0.4.0
./configure --prefix=/usr

and how explicitly force to compile with g++ instead gcc ?

kindly add readme

@khiemdoan
Copy link

khiemdoan commented Dec 22, 2023

I had same issue as you and this is my solution for Debian, Ubuntu:

sudo apt install automake gcc libtool make
wget -O ta-lib-0.5.0.tar.gz https://github.com/TA-Lib/ta-lib/archive/refs/tags/v0.5.0.tar.gz
tar -xzf ta-lib-0.5.0.tar.gz
cd ta-lib-0.5.0
sh autogen.sh
./configure --prefix=/usr
sudo make install

Hope this helps you 😸 😺

@mario4tier mario4tier self-assigned this Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants