Installation

Pre-compiled binaries

Executable binaries are available for download on the GitHub Releases page. Download the binary for your platform (Windows, macOS, or Linux) and extract the archive. The archive contains the wavefront executable.

Build from source using Rust

To build the wavefront executable from source, you will first need to install Rust and Cargo. Follow the instructions on the Rust installation page. Wavefront is built using Rust version 1.78.

Once Rust is installed, clone and enter the Github repository:

git clone https://github.com/AudioGroupCologne/wavefront.git
cd wavefront

Build wavefront in release mode using:

cargo run --release