Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 590 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 590 Bytes

abwaab-player

This is an API wrapper for the original player provided by https://abwaabiraq.com

Building

Setup requirements

  1. install the rust toolchain
  2. Clone this repository
git clone https://github.com/doomed-neko/abwaab-player
  1. Enter the directory
cd abwaab-player

Build and install the binary

  1. Install gdk-3.0 with your package manager
  2. Build the project
cargo build --release
  1. Install the binary
cargo install --path .

Adding the desktop entries

todo: Add this section