The default music player for JaguOS
- Clone the repository
$ git clone https://github.com/em1lyy/Music.git
- Change to the directory
$ cd Music/Music/
- Generate the Makefile
$ qmake ./Music.pro -spec linux-g++ && /usr/bin/make qmake_all
- Build the software
$ make
- Install the software (root permissions required!)
$ sudo make install
Good! The Software is now built and executable!