~fboucault/ubuntu-filemanager-app/migrate_toolkit_13

510.1.1 by Girish Rawat
Improved READMEs
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