-
Notifications
You must be signed in to change notification settings - Fork 44
/
README.TXT
51 lines (38 loc) · 1.31 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
* 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