Skip to content

em1lyy/Music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!