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...)

  • 相关阅读:
    【PAT甲级】1128 N Queens Puzzle (20分)
    Codeforces Global Round 7D(马拉车/PAM,回文串)
    【PAT甲级】1127 ZigZagging on a Tree (30分)(已知中序后序蛇形输出层次遍历)
    SDOI2012 体育课
    APIO2018 Circle selection 选圆圈
    [科技] 求数列的前k次方和
    APIO2016 Fireworks
    CTSC2018 暴力写挂
    ZJOI2018 胖
    SDOI2017 数字表格
  • 原文地址:https://www.cnblogs.com/huys03/p/3636835.html
Copyright © 2011-2022 走看看