Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 594 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 594 Bytes

qTox updater tools Build Status

Tools for releasing qTox updates.

Compiling Rust tools

Tools require libsodium and Rust.

To build a debug version: cargo build

To build a release version: cargo build --release

This will produce binary in target/debug or target/release directory respectively.

License

Licensed under GPLv3+. For details, see COPYING.