~ubuntu-docviewer-dev/ubuntu-docviewer-app/lo-viewer

« back to all changes in this revision

Viewing changes to README-Developers.md

  • Committer: Girish Rawat
  • Date: 2015-12-21 13:06:52 UTC
  • mto: This revision was merged to the branch mainline in revision 238.
  • Revision ID: emailgirishrawat@gmail.com-20151221130652-5num3rl55jjkvt7y
Updated READMEs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Dependencies
2
2
============
3
 
**DEPENDENCIES ARE NEEDED TO BE INSTALLED TO BUILD AND RUN THE APP**.
 
3
**DEPENDENCIES ARE NEEDED TO BE INSTALLED TO BUILD AND RUN THE APP**
4
4
 
5
5
A complete list of dependencies for the project can be found in ubuntu-docviewer-app/debian/control
6
6
 
11
11
Compiling
12
12
=========
13
13
 
 
14
**A working internet connection is required in order to build the project. A number of Debian packages are downloaded when the project is loaded the first times**
 
15
 
14
16
* Install poppler's development files:
15
17
    sudo apt install libpoppler-qt5-dev
16
18
 
27
29
==========================
28
30
 
29
31
* If you want to enable the LibreOffice viewer feature, you'll need to have a
30
 
  LibreOffice 5.0 installation on your development environment. At the time of
31
 
  writing, LibreOffice 5.0 is not yet in the archive, but you can easily install
32
 
  it from the pre-releases PPA. To do so, type the following commands on a
33
 
  terminal:
 
32
  LibreOffice 5.0 installation on your development environment. 
 
33
  To do so, type the following commands on a terminal:
34
34
 
35
35
    sudo apt-get purge libreoffice-core
36
 
    sudo add-apt-repository ppa:libreoffice/libreoffice-prereleases
 
36
    sudo add-apt-repository ppa:libreoffice/libreoffice-5-0
37
37
    sudo apt-get update
38
38
    sudo apt-get install libreoffice
39
39