Environment: x86, ubuntu-10.04 reference: http://wiki.services.openoffice.org/wiki/ubuntu_build_instrus1s1、configure Development Environment: sudo apt-Get build-dep OpenOffice. org2, download Source code : Hg clone http://hg.services.openoffice.org/DEV300 openoffice_dev3, configuration :. /configure -- disable-Mozilla -- With-JUnit = "/usr/share/Java/junit4.jar" 4. Download the missing library and put it in "external/unowinreg ": http://tools.openoffice.org/unowinreg_prebuild/680/ 5. Install the missing Library: sudo apt-Get install librsvg2-dev6, run :. /bootstrap7. Run: Source linuxx86env. set. sh or source LinuxX86-64Env.Set.sh8, compile: CD instsetoo_native & build -- all (the building procedure will take at least an hour (on A 3 GHz quad-core with 8 gb ram without ccache ).) 9. Rebuilding from a module (incompatible build): CD $ src_root/instsetoo_native build -- from $ incompatiplemodule -- prepare build -- from $ incompatiblemodule10, rebuilding a module (compatible build ): CD $ module build -- from $ module -- prepare build & deliver11, building a module with debug information: CD $ module build -- from $ module -- prepare # removes old output trees and solver build DEBUG = true -- from $ Module