This guide outlines various methods to install VersaTiles on your system:
- Using a Package Manager
- Downloading the Released Binary
- Building from Source using Rust and Cargo
To install VersaTiles using Homebrew, execute the following commands in your terminal:
brew tap versatiles-org/versatiles
brew install versatiles
If you want to upgrade to the newest version of versatiles, run:
brew update
brew upgrade versatiles
For every new release, we provide pre-compiled binaries for various operating systems and architectures. You can download the latest binary from the following link:
To build VersaTiles from source, you'll need to have Rust and Cargo installed on your system. If you don't have them, you can install them here.
After installing Rust and Cargo, run the following command:
cargo install versatiles --all-features