zoukankan      html  css  js  c++  java
  • Notes for building gimp-print

    First try, build gimp-print on ubuntu.

    1. Install all dependencies.

    sudo apt-get install libcups2-dev
    sudo apt-get install libgtk2.0-dev
    sudo apt-get install libgimpprint
    sudo apt-get install libijs-dev
    sudo apt-get install libcupsimage2-dev

    2 Build gutenprint

    ./configue
    Configuration Summary:
    ------------- --------
    
    If you have any problems, please report the information below to
    gimp-print-devel@lists.sourceforge.net
    
    ================================================================
      Release: gutenprint 5.2.9 generated on 07 Jul 2012
    
      Features:
        Build CUPS:                                 yes, installing in /usr
            Build CUPS 1.2 enhancements:            yes
            Build CUPS PPD files:                   no
            Generate PS level 3 CUPS PPD files:     yes
            Build genppd statically:                yes
        Build Ghostscript IJS driver:               yes
        Build Foomatic data:                        no
        Build enhanced Print plugin for GIMP:       yes
            GIMP plugin will be named:              gutenprint
            Install plugin(s) in home directory:    no
        Build EPSON Stylus utility:                 yes
        Build test programs:                        yes
        Build testpattern generator:                yes
    
      Installation summary:
        Installation prefix:                        /usr/local
        Exec prefix:                                ${prefix}
        Data directory:                             /usr/local/share/gutenprint
        Library directory:                          /usr/local/lib/gutenprint
        XML data directory:                         /usr/local/share/gutenprint/5.2/xml
        Module directory:                           /usr/local/lib/gutenprint/5.2/modules
        Install sample images:                      yes
    
      General configuration:
        Compiler options:                           -Disfinite=finite  -O6  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072
        Build static libraries:                     yes
        Build shared libraries:                     yes
        Maintainer mode:                            no
        Use i18n:                                   yes
        Generate profiling information:             no
        Generate debugging symbols:                 no
        Use modules:                                static
        Use readline libraries:                     yes, extra arguments: -lncurses
        uname -a output:                            Linux hu-ThinkPad-T430 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    ================================================================
    
    Finished configuring.  Please review CAREFULLY the configuration summary above.
    Type 'make clean' followed by 'make' to build the package
    then 'make install' to install it.

    Now, it's time to port it to window. (To be continued...)

  • 相关阅读:
    dddd
    asp.net web api rest风格与RPC风格调用
    使用ASP.NET WEB API文档来上传异步文件
    Fiddler2
    asp.net mvc3 局部页面@RenderBody @RenderPage@RenderSection使用方法详细说明
    paip.提升性能3倍使用栈跟VirtualAlloc代替堆的使用.
    paip.自适应网页设计 跟 响应式 设计的区别跟原理and实践总结
    paip.关于动画特效原理 html js 框架总结
    paip.utf8,unicode编码的本质输出unicode文件原理 python
    paip. 混合编程的实现resin4 (自带Quercus ) 配置 php 环境
  • 原文地址:https://www.cnblogs.com/huys03/p/3636835.html
Copyright © 2011-2022 走看看