McSwaggens / Clap

Command Line Audio Player written in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clap

Clap stands for Command Line Audio Player

It's written in C# using libsdl (found here) for LINUX/UNIX based systems.

Building

  1. Install SDL (libsdl)

Ubuntu

sudo apt-get install libsdl-mixer1.2-dev libsdl1.2-dev

Arch & Antergos (Untested)

sudo pacman -S libsdl-mixer1.2-dev libsdl1.2-dev
  1. Install mono (If not already done)

Ubuntu

sudo apt-get install mono-complete

Arch & Antergos

sudo pacman -S mono
  1. Map libsdl in mono

Add inside of the file /etc/mono/config

<dllmap dll="SDL2_mixer" target="libSDL_mixer">
  1. Build the project

Move inside of the repository and type make

You can also run make run to execute Clap after it's built, or by using the run command found here.

About

Command Line Audio Player written in C#

License:GNU General Public License v3.0


Languages

Language:C# 100.0%