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

« back to all changes in this revision

Viewing changes to README

  • Committer: Stefano Verzegnassi
  • Date: 2015-01-30 19:20:39 UTC
  • mto: (63.3.3 30-new-header-style)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: stefano92.100@gmail.com-20150130192039-4hxxt4enfv4t3evz
Add VerticalView class in popplerqmlplugin (but not use it for now)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
Install poppler's development files:
11
11
sudo apt-get install libpoppler-qt5-dev
12
12
 
 
13
Install Qt5 private development files:
 
14
sudo apt-get install qtdeclarative5-private-dev qtbase5-private-dev
 
15
 
13
16
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
17
 
15
 
apt-get install libpoppler-qt5-dev:armhf
 
18
apt-get install libpoppler-qt5-dev:armhf qtdeclarative5-private-dev:armhf qtbase5-private-dev:armhf
16
19
 
17
20