Skip to content

Installation#

Binary distribution#

  • Download latest binary distribution from https://github.com/It4innovations/hyperqueue/releases/latest
  • Unpack the downloaded archive:

$ tar -xvzf hq-<version>-linux-x64.tar.gz

Compilation from source codes#

  • Requirements: Git, Rust

  • Clone HyperQueue repository:

$ git clone https://github.com/It4innovations/hyperqueue/

  • Build project:

$ cargo build --release

  • Final executable file will in ./target/release/hq

Last update: May 6, 2021
Created: May 4, 2021
Back to top