Installation
Note
This document describes how to install Mezzotint tool on your machine.
Given that the Mezzotint tool is currently in its early stages of development, it requires manual compilation at this time. In the future, plans are underway to facilitate easier installation through various methods, including integration with package managers for a specific distribution of your choice. However, this feature is scheduled for a later phase of development.
Compilation From the Sources
The following process was tested on Ubuntu 22.04 LTS:
Ensure the these software components are installed on your system:
make (GNU Make)
rustc (Rust, version 1.73.0)
cargo
rustup (Rust installation framework, version 1.26.0)
Clone the repository:
git clone https://github.com/isbm/mezzotint
Change directory to the newly created:
cd mezzotint
Run command:
make releaseIf you set it all up correctly, it should compile. Then navigate to
target/releaseand copymezzotintbinary anywhere you want (typically/usr/bin).