Skip to content

mshindal/amp

Repository files navigation

amp

amp - another music player

A music player for Windows, macOS, and Linux.

Building

Fedora

  • Add the RPMFusion repositories to your system.
  • Install the development packages we need with sudo dnf install gcc-c++ cmake make pkgconfig qt5-qtbase-devel vlc-devel taglib-devel.
  • Build with cmake . && make.

Windows

  • Install MSYS2 and open up a MSYS2 MinGW 64-bit shell.
  • Install the development packages we need with pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-make mingw-w64-x86_64-pkg-config mingw-w64-x86_64-qt5 mingw-w64-x86_64-vlc-git mingw-w64-x86_64-taglib.
  • Build with cmake -G "MSYS Makefiles" -DCMAKE_MAKE_PROGRAM=mingw32-make . && mingw32-make.

macOS

I haven't had a chance to set up a macOS virtual machine yet, as Apple deliberately makes it quite hard to do so. The project theoretically should build on macOS however.

About

music player for Windows, macOS, and Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published