zoukankan      html  css  js  c++  java
  • Ubuntu10.04 下编译 OpenOffice DEV300 分支

    环境:x86,ubuntu-10.04
    参考:http://wiki.services.openoffice.org/wiki/Ubuntu_Build_Instructions
    
    1、配置开发环境:sudo apt-get build-dep openoffice.org
    2、下载源代码:hg clone http://hg.services.openoffice.org/DEV300 openOffice_dev
    3、配置:./configure --disable-mozilla --with-junit="/usr/share/java/junit4.jar"
    4、下载缺少的库,放到“external/unowinreg”:http://tools.openoffice.org/unowinreg_prebuild/680/ 
    5、安装缺少的库:sudo apt-get install librsvg2-dev
    6、运行:./bootstrap
    7、运行:source LinuxX86Env.Set.sh 或者 source LinuxX86-64Env.Set.sh
    8、编译:cd instsetoo_native && build --all(The building procedure will take at least an hour (on a 3 GHz Quad-Core with 8GB RAM without CCACHE).)
    9、rebuilding from a module (incompatible build):
    	      cd $SRC_ROOT/instsetoo_native
    	      build --from $INCOMPATIPLEMODULE --prepare
    	      build --from $INCOMPATIBLEMODULE
    10、rebuilding a module (compatible build):
    	       cd $MODULE
    	       build --from $MODULE --prepare
    	       build && deliver
    11、Building a Module with Debug Information:
    	     cd $MODULE
    	     build --from $MODULE --prepare # removes old output trees and solver
    	     build debug=true --from $MODULE
  • 相关阅读:
    vi/vim 如何添加和删除多行注释
    linux报错:命令未找到
    删除远程分支的方法
    k-vim常见快捷键
    [转]常见linux命令用法介绍
    python库termcolor用法
    gitignore样例解析
    [转]"git rm" 和 "rm" 的区别
    python中的slice用法
    牛客网linux试题-错误整理-20170914
  • 原文地址:https://www.cnblogs.com/Proteas/p/2335677.html
Copyright © 2011-2022 走看看