/Music

The default music player for JaguOS

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Music

Build Status
The default music player for JaguOS

Build instructions

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