Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 778 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 778 Bytes

DeltaMap

A simple map viewer.

Building

DeltaMap is written in Rust, so you will need to install Rust to compile the program. The minimum supported version of Rust for DeltaMap is 1.45.2.

On Linux you will also need OpenSSL with headers. (see https://docs.rs/crate/openssl/0.10.12 for details)

# On Debian and Ubuntu
$ sudo apt-get install pkg-config libssl-dev
# On Arch Linux
$ sudo pacman -S openssl
# On Fedora
$ sudo dnf install openssl-devel

Build and install the latest release from crates.io:

$ cargo install deltamap

Build the latest development version:

$ git clone https://github.com/b-r-u/deltamap
$ cd deltamap
$ cargo build --release
$ ./target/release/deltamap