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 cf2bce2 commit a5609dcCopy full SHA for a5609dc
tools/build_talib_from_source.bash
@@ -8,8 +8,8 @@ fi
8
9
DEPS_DIR=$1
10
11
-TA_LIB_TGZ="ta-lib-0.6.2-src.tar.gz"
12
-TA_LIB_URL="https://github.com/TA-Lib/ta-lib/releases/download/v0.6.2/$TA_LIB_TGZ"
+TA_LIB_TGZ="ta-lib-0.6.4-src.tar.gz"
+TA_LIB_URL="https://github.com/TA-Lib/ta-lib/releases/download/v0.6.4/$TA_LIB_TGZ"
13
14
if [[ -d $DEPS_DIR/lib ]]; then
15
echo "Already built"
@@ -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-0.6.2
+pushd $DEPS_DIR/tmp/ta-lib-0.6.4
24
./configure --prefix=$DEPS_DIR
25
make install
26
0 commit comments