Skip to content

Instantly share code, notes, and snippets.

@k2052
Last active August 29, 2015 14:10
Show Gist options
  • Save k2052/b7a4755a244b9da3609b to your computer and use it in GitHub Desktop.
Save k2052/b7a4755a244b9da3609b to your computer and use it in GitHub Desktop.
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