Skip to content

🔉 A portable boombox with media center project. Mirror of https://gitlab.com/timvisee/pokoebox

License

Notifications You must be signed in to change notification settings

timvisee/pokoebox

Repository files navigation

Build status on GitLab CI

PokoeBox

A custom speaker project.

This is still a work in progress. The README will be updated anytime soon.

PokoeBox Player Screenshot

Requirements

  • Linux
  • Rust 1.40

Required libraries:

  • libgtk-3-dev
    • Apt: sudo apt install libgtk-3-dev
  • at-spi2-core (only with rpi feature)
    • Apt: sudo apt install at-spi2-core
  • libasound2-dev:
    • Apt: sudo apt install libasound2-dev

Build

Compile features

The following compile time features are available:

  • rpi: Compile with Raspberry Pi features, with support for GPIO and custom external peripherals.

Example: cargo run --features "rpi"

License

This project is released under the GNU GPL-3.0 license. Check out the LICENSE file for more information.