~mutse-young/ubuntu-docviewer-app/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Olivier Tilloy
  • Date: 2013-04-08 09:23:50 UTC
  • mto: (1.2.1 ubuntu-phone-commons)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: olivier.tilloy@canonical.com-20130408092350-vu2pjxt64ahgm2m6
Set split mode for bzr builddeb plugin
(see http://jameswestby.net/bzr/builddeb/user_manual/split.html).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Usage
2
 
=====
3
 
ubuntu-docviewer-app [filename]
4
 
 
5
 
filename : The path where the file you want to open is located.
6
 
 
7
 
Compiling
8
 
=========
9
 
 
10
 
Install poppler's development files:
11
 
sudo apt-get install libpoppler-qt5-dev
12
 
 
13
 
If you want to compile an arm click package, you need to install that package to the arm compilation environment. For example when using QtCreator for Ubuntu Touch, open Options -> Ubuntu -> Maintain, and then enter:
14
 
 
15
 
apt-get install libpoppler-qt5-dev:armhf
16
 
 
17
 
 
 
1
this is an example README file.