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 e6a2bd9 commit 87152cdCopy full SHA for 87152cd
tools/build_talib_from_source.bash
@@ -20,7 +20,7 @@ wget -O "$DEPS_DIR/tmp/$TA_LIB_TGZ" $TA_LIB_URL
20
pushd $DEPS_DIR/tmp
21
tar -zxvf $TA_LIB_TGZ
22
popd
23
-pushd $DEPS_DIR/tmp/ta-lib
+pushd $DEPS_DIR/tmp/ta-lib-0.6.2
24
./configure --prefix=$DEPS_DIR
25
make install
26
0 commit comments