We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
cmake
cd ta-lib-rt/ta-lib-rt mkdir build && cd build cmake .. make