Skip to content

McSwaggens/Clap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages