这是indexloc提供的服务,不要输入任何密码
Skip to content

very-amused/mpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPL (Music Player Light)

A WIP music player with a focus on build-time modularity, stability, and performance.

Compiling

Configure

meson setup build
cd build
meson configure -Dbuildtype=release # debug is the default build type
# If you're using a keyboard layout covered by unsigned (extended) ASCII:
meson configure -Dascii_keybinds=true

All compile-time options can be seen in meson.options. Use these to customize MPL to your liking.

Build

ninja

Install

sudo ninja install

Uninstall

sudo ninja uninstall

About

A WIP music player with a focus on build-time modularity, stability, and performance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published