cleanup root dir and create build_helpers
This commit is contained in:
7
build_helpers/install_ta-lib.sh
Executable file
7
build_helpers/install_ta-lib.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
if [ ! -f "ta-lib/CHANGELOG.TXT" ]; then
|
||||
tar zxvf ta-lib-0.4.0-src.tar.gz
|
||||
cd ta-lib && sed -i.bak "s|0.00000001|0.000000000000000001 |g" src/ta_func/ta_utility.h && ./configure && make && sudo make install && cd ..
|
||||
else
|
||||
echo "TA-lib already installed, skipping download and build."
|
||||
cd ta-lib && sudo make install && cd ..
|
||||
fi
|
||||
Reference in New Issue
Block a user