cleanup root dir and create build_helpers

This commit is contained in:
Matthias
2018-08-13 19:59:56 +02:00
parent 2f81dc8ff4
commit 184b5ca3fc
3 changed files with 53 additions and 0 deletions

View 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