Last active
August 29, 2015 14:10
-
-
Save k2052/b7a4755a244b9da3609b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz | |
tar -xzf ta-lib-0.4.0-src.tar.gz or sudo tar -xzf ta-lib-0.4.0-src.tar.gz | |
cd ta-lib/ | |
./configure LDFLAGS="-lm" -prexix="/usr/local" | |
make | |
sudo make install | |
env ARCHFLAGS="-arch x86_64" gem install talib_ruby -- --with-talib-include="/usr/local/include/ta-lib" --with-talib-lib="/usr/local/lib" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment