Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mw66/talibd
Browse files Browse the repository at this point in the history
  • Loading branch information
yilabs committed Jun 17, 2023
2 parents c305056 + 1cac207 commit 3c2a8f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
* build talib Linux Static Libraries
* please check https://github.com/mingwugmail/talibd/blob/master/lib/Makefile
```
$ git submodule update --init --recursive
$ cd lib && make
```

Expand Down
6 changes: 6 additions & 0 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
# build the cmd version: use ta_libc_cmd.lib
# ignore build error: undefined reference to `TA_IMI'

# UPDATE(2023): use ta-lib-rt instead
# ta-lib-rt/ta-lib-rt/build/lib/libta-lib-rt.a

lib-rt:
cd ta-lib-rt && bash ./build.sh

lib:
tar xzf ta-lib-code.tgz
cd ta-lib-code/ta-lib/c/make/cmd/linux/g++ && make clean && make
Expand Down

0 comments on commit 3c2a8f3

Please sign in to comment.