TheRinger / ta-lib

Updated compilation files for installation on linux with latest libtool original src -> https://ta-lib.org/hdr_dw.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ta-lib with latest libtool and subdir fix

Updated compilation files for installation on linux with latest libtool original src -> https://ta-lib.org/hdr_dw.html

to install cd into dir then run 'brew config' to get prefix path CFLAGS adds the MATH Library for doing complex math, sqrt, etc - libm

 ./autogen.sh
 export CFLAGS=-lm && ./configure --prefix=/home/linuxbrew/.linuxbrew/Cellar/ta/lib
 make
 make install

installing without brew use 'sudo make install' and your prefix should be /usr/lib/ta or something like that. Build Status

About

Updated compilation files for installation on linux with latest libtool original src -> https://ta-lib.org/hdr_dw.html


Languages

Language:C 60.8%Language:Roff 22.6%Language:Shell 8.3%Language:Makefile 7.9%Language:C++ 0.2%Language:Java 0.1%Language:M4 0.0%