Skip to content

Commit

Permalink
website update - 0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Dec 26, 2024
1 parent b1fb2dc commit edc83f8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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.1 on Github](https://github.com/ta-lib/ta-lib/releases/latest)
Latest release is [0.6.2 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.1-windows-x86_64.msi](https://github.com/ta-lib/ta-lib/releases/download/v0.6.1/ta-lib-0.6.1-windows-x86_64.msi)
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)

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.1-windows-x86_64.zip](https://github.com/ta-lib/ta-lib/releases/download/v0.6.1/ta-lib-0.6.1-windows-x86_64.zip)
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)

### Windows Build from Source

Expand Down Expand Up @@ -70,18 +70,18 @@ Recommended for all debian-based distributions (e.g. Ubuntu, Mint...)

| Platform | Download |
|------------------------|--|
| Intel/AMD 64-bits | [ta-lib_0.6.1_amd64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.1/ta-lib_0.6.1_amd64.deb) |
| ARM64 (e.g. Raspberry Pi)| [ta-lib_0.6.1_arm64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.1/ta-lib_0.6.1_arm64.deb) |
| Intel/AMD 32-bits| [ta-lib_0.6.1_i386.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.1/ta-lib_0.6.1_i386.deb) |
| 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) |

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

### Linux Build from Source

1. **Download** latest [ta-lib-0.6.1-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.1/ta-lib-0.6.1-src.tar.gz)
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)

2. **Extract the Tarball**:
```bash
tar -xzf ta-lib-0.6.1-src.tar.gz
cd ta-lib-0.6.1
tar -xzf ta-lib-0.6.2-src.tar.gz
cd ta-lib-0.6.2
```

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

0 comments on commit edc83f8

Please sign in to comment.