• Centos 6.4 安装KSnapshot 和gimp截图工具


    一、

    # wget http://www.ibiblio.org/pub/Linux/X11/xutils/ksnapshot-0.2.7.tar.gz
    # tar -zxvf ksnapshot-0.2.7.tar.gz
    # cd ksnapshot
    # ls
    acconfig.h       config.h.in     COPYING        ltconfig       README
    acinclude.m4     config.log      CVS            ltmain.sh      searchapps
    acinclude.m4.in  config.status   INSTALL        Makefile       stamp-h
    aclocal.m4       config.sub      install-sh     Makefile.am    stamp-h.in
    AUTHORS          configure       inst-apps      Makefile.cvs   SUBDIRS
    config.guess     configure.in    ksnapshot      Makefile.in    VERSIONS
    config.h         configure.in.1  libtool        missing
    config.h.bot     configure.in.2  libtool.m4.in  mkinstalldirs
    # make
    
    
    # make install

    You can remove the program binaries and object files from the source code directory by typing `make clean'

    but。。。failed !!!

    二、

    # yum install gimp
  • 相关阅读:
    poj2229 Sumsets (递推)
    hihocoder1148 February 29(区间闰年计数)
    sort函数比较cmp写法
    字符串忽略大小写
    地形
    启用和禁用warning
    AppStore SDK
    NGUI List优化
    ETC1
    加载
  • 原文地址:https://www.cnblogs.com/wjshan0808/p/3308989.html
Copyright © 2020-2023  润新知