Saturday, June 25, 2016

Build LibreOffice

LibreOffice is a huge project you need at least 25GB free space. I will guide you step by step to build LibreOffice. My operating system is xubuntu and it fresh installed OS. Type following commands on terminal

  1. First update the system  (use terminal)
    • sudo apt-get update
    • sudo apt-get dist-upgrade

  2.  Install git
    • sudo apt-get install git

  3. get dependencies of LibreOffice 
    • sudo apt-get build-dep libreoffice

  4. clone git repository
    • git clone git://anongit.freedesktop.org/libreoffice/core

  5. Configure the build
    • go to core directory (use:  $ cd core)
    • ./autogen.sh

  6. Build LibreOffice
    • make

  7. Open LibreOffice
    • instdir/program/soffice

No comments:

Post a Comment