Skip to content
Alexander Trufanov edited this page Jan 25, 2021 · 5 revisions

First of all you shall get a source code by downloading them in zip archive or cloning git repository:

~$ git clone https://github.com/trufanov-nok/ta-lib-rt.git ta-lib-rt

Once you got the sources you may build the library.

Via cmake on linux

cd ta-lib-rt/ta-lib-rt
mkdir build && cd build
cmake ..
make
Clone this wiki locally