Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 714 Bytes

BUILDING.md

File metadata and controls

11 lines (6 loc) · 714 Bytes

Building

Building Myxer is trivial. Download this repository, Cargo, and libpulse-dev & libgtk-3-dev system libraries, and run cargo build --release in the root directory.

Prebuilt Binaries

Major releases are available on the Releases page. If you want something more breaking edge, you can download an artifact of the latest commit here. These artifacts are untested, YMMV.

Development

Call cargo run to build and run the application. If you have nodemon installed, you can call it on the root directory to automatically watch the source files for changes and recompile.