~fboucault/ubuntu-filemanager-app/splash_fixes

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Tarmac
  • Author(s): Girish Rawat
  • Date: 2015-12-23 19:17:07 UTC
  • mfrom: (510.1.1 ubuntu-filemanager-app)
  • Revision ID: tarmac-20151223191707-zf1kv13q6xz7q50o
Updated and expanded READMEs.

Approved by Jenkins Bot, Arto Jalkanen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ReadMe - Ubuntu File Manager
 
2
============================
 
3
 
 
4
Ubuntu File Manager App is the official file manager app for Ubuntu Touch. We follow an open
 
5
source model where the code is available to anyone to branch and hack on. The
 
6
ubuntu file manager app follows a test driven development (TDD) where tests are
 
7
written in parallel to feature implementation to help spot regressions easier.
 
8
 
 
9
Dependencies
 
10
============
 
11
**DEPENDENCIES ARE NEEDED TO BE INSTALLED TO BUILD AND RUN THE APP**.
 
12
 
 
13
A complete list of dependencies for the project can be found in filemanager-app/debian/control
 
14
 
 
15
The following essential packages are also required to develop this app:
 
16
* [ubuntu-sdk](http://developer.ubuntu.com/start)
 
17
* intltool   - run  `sudo apt-get install intltool`     
 
18
 
 
19
Useful Links
 
20
============
 
21
Here are some useful links with regards to the File Manager App development.
 
22
 
 
23
* [Home Page](https://developer.ubuntu.com/en/community/core-apps/file-manager/)
 
24
* [File Manager App Wiki](https://wiki.ubuntu.com/Touch/CoreApps/FileManager)
 
25
* [Project page](https://launchpad.net/ubuntu-filemanager-app) 
 
26