Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.26 KB

ReadMe - Ubuntu File Manager

Ubuntu File Manager App is the official file manager app for Ubuntu Touch. We follow an open source model where the code is available to anyone to branch and hack on. The ubuntu file manager app originally followed a test driven development (TDD) where tests were 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

DEPENDENCIES ARE NEEDED TO BE INSTALLED TO BUILD AND RUN THE APP.

A complete list of dependencies for the project can be found in filemanager-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 File Manager App development.