blackb1rd / TA-Lib-MSVC

This repository is to make TA-Lib(http://tadoc.org/) compiled with vs2017, project could be found at c\ide\vs2017\lib_proj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

* TA-Lib Quick Reference *

Where is the documentation?
===========================
http://ta-lib.org in the documentation section.

What's this version? What's new?
================================
See CHANGELOG.TXT and HISTORY.TXT

How to use TA-Lib with Excel?
=============================
See "ta-lib\excel\README.TXT"
Read the LICENSE_EXCEL.TXT

How to use TA-Lib with Java?
============================
Java source code can be found in ta-lib\java.
A JAR file is provided for easy distribution.

How to use TA-Lib with .NET and Mono?
=====================================
Pre-built assemblies are in ta-lib\dotnet
Source code is in C++/CLI Managed.

How to use the TA-Lib C Library?
================================
Makefiles can be found in ta-lib/c/make. Find
your platform-compiler directory and run your
maker (make, nmake etc...).

Some IDES projects can be found in ta-lib/c/ide.

All libraries are created in ta-lib/c/lib
All executable are created in ta-lib/c/bin

Generally, you just need to link to the static
library created in ta-lib/c/lib

Your application code just need to
include ta-lib/c/include/ta_libc.h

How to uninstall the library?
=============================
Just delete the ta-lib files. TA-Lib does
not touch your system settings or registry.

Comments/Help
=============
Try the forum at http://tadoc.org

About

This repository is to make TA-Lib(http://tadoc.org/) compiled with vs2017, project could be found at c\ide\vs2017\lib_proj

License:Other


Languages

Language:C 40.2%Language:Makefile 38.4%Language:Java 15.1%Language:C++ 4.6%Language:Perl 1.3%Language:QMake 0.3%Language:Python 0.1%Language:Perl 6 0.0%Language:M4 0.0%Language:Shell 0.0%