User Tools

Site Tools


lo:build

This is an old revision of the document!


Building LibreOffice

These notes complement the information on http://wiki.documentfoundation.org/Development

Notes for Ubuntu Lucid Lynx

  • build/ and rawbuild/ missing after ./download:
    • If you only followed the instructions on the wiki page, the build/ and rawbuild/ directories are not there
    • as suggested at the end of the ./download step, you should run make in the loroot directory
  • “Package requirements (gnome-vfs-2.0 >= 2.6.0 ) were not met: No package 'gnome-vfs-2.0' found” during make in loroot
    • this dependency is not brought in by the earlier steps so it may be missing if you did not use it previously.
    • the package to add is libgnomevfs2-dev (version 1.2.24.2-1.ubuntu2 today 2010-10-16)
  • “Qt headers not found” during make in loroot
    • this dependency is not brought in by the earlier steps so it may be missing if you did not use it previously.
    • the packages to add are
      • libqt3-mt-dev
      • libqt3-headers
      • libqt3-compat-headers
      • qt3-dev-tools
      • qt3-apps-dev
lo/build.1287235881.txt.gz · Last modified: 2020/11/23 17:23 (external edit)