Skip to content

em1lyy/Video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video

The default video player for JaguOS

Build instructions

  1. Clone the repository
    $ git clone https://github.com/em1lyy/Video.git
  2. Change to the directory
    $ cd Video/Video/
  3. Generate the Makefile
    $ qmake ./Video.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!