Skip to content

Commit

Permalink
Update 0.6.3 website docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Jan 7, 2025
1 parent 764584c commit 9264034
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hide:
- toc
---
Latest release is [0.6.2 on Github](https://github.com/ta-lib/ta-lib/releases/latest)
Latest release is [0.6.3 on Github](https://github.com/ta-lib/ta-lib/releases/latest)

- [Windows](#windows)
- [Executable Installer (recommended)](#executable-installer-recommended)
Expand All @@ -23,7 +23,7 @@ Only x86 64-bits binaries are distributed. Other windows platforms need to build

### Executable Installer (recommended)

1. **Download** latest [ta-lib-0.6.2-windows-x86_64.msi](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib-0.6.2-windows-x86_64.msi)
1. **Download** latest [ta-lib-0.6.3-windows-x86_64.msi](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib-0.6.3-windows-x86_64.msi)

2. **Run the Installer**:
- Double-click the downloaded `.msi` file.
Expand All @@ -40,7 +40,7 @@ Only x86 64-bits binaries are distributed. Other windows platforms need to build
### Windows Binaries
This is a package with all the static/shared binaries and headers needed to bundle TA-Lib with your own application (eliminates having the user install TA-Lib separately).

Latest is [ta-lib-0.6.2-windows-x86_64.zip](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib-0.6.2-windows-x86_64.zip)
Latest is [ta-lib-0.6.3-windows-x86_64.zip](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib-0.6.3-windows-x86_64.zip)

### Windows Build from Source

Expand All @@ -60,12 +60,12 @@ See the [homebrew formula](https://formulae.brew.sh/formula/ta-lib) for the late

Ensure you have the required dependencies: `brew install automake && brew install libtool`

1. **Download** latest [ta-lib-0.6.2-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib-0.6.2-src.tar.gz) (or, alternatively, clone down [https://github.com/ta-lib/ta-lib/](https://github.com/ta-lib/ta-lib/) and checkout the main branch)
1. **Download** latest [ta-lib-0.6.3-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib-0.6.3-src.tar.gz) (or, alternatively, clone down [https://github.com/ta-lib/ta-lib/](https://github.com/ta-lib/ta-lib/) and checkout the main branch)

2. **Extract the Tarball** if you downloaded the source manually:
```bash
tar -xzf ta-lib-0.6.2-src.tar.gz
cd ta-lib-0.6.2
tar -xzf ta-lib-0.6.3-src.tar.gz
cd ta-lib-0.6.3
```

3. **Build and Install**:
Expand Down Expand Up @@ -95,18 +95,18 @@ Recommended for all debian-based distributions (e.g. Ubuntu, Mint...)

| Platform | Download |
|------------------------|--|
| Intel/AMD 64-bits | [ta-lib_0.6.2_amd64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib_0.6.2_amd64.deb) |
| ARM64 (e.g. Raspberry Pi)| [ta-lib_0.6.2_arm64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib_0.6.2_arm64.deb) |
| Intel/AMD 32-bits| [ta-lib_0.6.2_i386.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib_0.6.2_i386.deb) |
| Intel/AMD 64-bits | [ta-lib_0.6.3_amd64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib_0.6.3_amd64.deb) |
| ARM64 (e.g. Raspberry Pi)| [ta-lib_0.6.3_arm64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib_0.6.3_arm64.deb) |
| Intel/AMD 32-bits| [ta-lib_0.6.3_i386.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib_0.6.3_i386.deb) |

2. **Install or Update**:
```bash
# For Intel/AMD (64 bits)
sudo dpkg -i ta-lib_0.6.2_amd64.deb
sudo dpkg -i ta-lib_0.6.3_amd64.deb
# or
sudo dpkg -i ta-lib_0.6.2_arm64.deb
sudo dpkg -i ta-lib_0.6.3_arm64.deb
# or
sudo dpkg -i ta-lib_0.6.2_i386.deb
sudo dpkg -i ta-lib_0.6.3_i386.deb
```
If you choose to uninstall do:
```bash
Expand All @@ -115,12 +115,12 @@ Recommended for all debian-based distributions (e.g. Ubuntu, Mint...)

### Linux Build from Source

1. **Download** latest [ta-lib-0.6.2-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib-0.6.2-src.tar.gz) (or, alternatively, clone down [https://github.com/ta-lib/ta-lib/](https://github.com/ta-lib/ta-lib/) and checkout the main branch)
1. **Download** latest [ta-lib-0.6.3-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib-0.6.3-src.tar.gz) (or, alternatively, clone down [https://github.com/ta-lib/ta-lib/](https://github.com/ta-lib/ta-lib/) and checkout the main branch)

2. **Extract the Tarball** if you downloaded the source manually:
```bash
tar -xzf ta-lib-0.6.2-src.tar.gz
cd ta-lib-0.6.2
tar -xzf ta-lib-0.6.3-src.tar.gz
cd ta-lib-0.6.3
```

3. **Build and Install**:
Expand Down

0 comments on commit 9264034

Please sign in to comment.