diff --git a/docs/install.md b/docs/install.md index d542b19d..26a2e416 100644 --- a/docs/install.md +++ b/docs/install.md @@ -4,7 +4,7 @@ hide: --- Instructions are for installing the C/C++ shared, static libraries and headers on your system. -Latest release is [0.6.3 on Github](https://github.com/ta-lib/ta-lib/releases/latest) +Latest release is [0.6.4 on Github](https://github.com/ta-lib/ta-lib/releases/latest) For python users, see instead [ta-lib-python](https://github.com/TA-Lib/ta-lib-python) @@ -26,7 +26,7 @@ For python users, see instead [ta-lib-python](https://github.com/TA-Lib/ta-lib-p ### Executable Installer (recommended) -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) +1. **Download** latest [ta-lib-0.6.4-windows-x86_64.msi](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-windows-x86_64.msi) 2. **Run the Installer**: - Double-click the downloaded `.msi` file. @@ -46,8 +46,8 @@ Use the .zip packages when you prefer to get the libraries without installing (e | Platform | Download | |------------------------|--| -| Intel/AMD 64-bits| [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) | -| Intel/AMD 32-bits| [ta-lib-0.6.3-windows-x86_32.zip](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib-0.6.3-windows-x86_32.zip) | +| Intel/AMD 64-bits| [ta-lib-0.6.4-windows-x86_64.zip](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-windows-x86_64.zip) | +| Intel/AMD 32-bits| [ta-lib-0.6.4-windows-x86_32.zip](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-windows-x86_32.zip) | | ARM64 | Not yet available. | ### Windows Build from Source @@ -77,12 +77,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.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) +1. **Download** latest [ta-lib-0.6.4-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-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.3-src.tar.gz - cd ta-lib-0.6.3 + tar -xzf ta-lib-0.6.4-src.tar.gz + cd ta-lib-0.6.4 ``` 3. **Build and Install**: @@ -111,18 +111,18 @@ Recommended for all debian-based distributions (e.g. Ubuntu, Mint...) | Platform | Download | |------------------------|--| - | 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) | + | Intel/AMD 64-bits | [ta-lib_0.6.4_amd64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib_0.6.4_amd64.deb) | + | ARM64 (e.g. Raspberry Pi)| [ta-lib_0.6.4_arm64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib_0.6.4_arm64.deb) | + | Intel/AMD 32-bits| [ta-lib_0.6.4_i386.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib_0.6.4_i386.deb) | 2. **Install or Update**: ```bash # For Intel/AMD (64 bits) - sudo dpkg -i ta-lib_0.6.3_amd64.deb + sudo dpkg -i ta-lib_0.6.4_amd64.deb # or - sudo dpkg -i ta-lib_0.6.3_arm64.deb + sudo dpkg -i ta-lib_0.6.4_arm64.deb # or - sudo dpkg -i ta-lib_0.6.3_i386.deb + sudo dpkg -i ta-lib_0.6.4_i386.deb ``` If you choose to uninstall do: ```bash @@ -131,12 +131,12 @@ Recommended for all debian-based distributions (e.g. Ubuntu, Mint...) ### Linux Build from Source -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) +1. **Download** latest [ta-lib-0.6.4-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-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.3-src.tar.gz - cd ta-lib-0.6.3 + tar -xzf ta-lib-0.6.4-src.tar.gz + cd ta-lib-0.6.4 ``` 3. **Build and Install**: