Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

ubports/music-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadMe - Ubuntu Music App

Ubuntu Music App is the official music app for Ubuntu Touch. We follow an open source model where the code is available to anyone to branch and hack on. The ubuntu music app follows a test driven development (TDD) where tests are written in parallel to feature implementation to help spot regressions easier.

Building with clickable

The easiest way to build this app is using clickable by running the command:

clickable

See clickable documentation for details.

Building without clickable

A complete list of dependencies for the project can be found in music-app/debian/control.

The following essential packages are also required to develop this app:

  • ubuntu-sdk
  • intltool: run sudo apt-get install intltool

Useful Links

Here are some useful links with regards to the Music App development.