You can read this document in English/영어 or Korean/한국어.
VersaTiles Installation Guide
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
Homebrew for MacOS
To install VersaTiles using Homebrew, execute the following commands in your terminal:
bash
brew tap versatiles-org/versatiles
brew install versatiles
If you want to upgrade to the newest version of versatiles, run:
bash
brew update
brew upgrade versatiles
Downloading the binary
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:
Building from source
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:
bash
cargo install versatiles --all-features