zoukankan      html  css  js  c++  java
  • ubuntu下安装emacs24.3

    configure: error: No X toolkit could be found.
    If you are sure you want Emacs compiled without an X toolkit, pass
      --with-x-toolkit=no
    to configure.  Otherwise, install the development libraries for the toolkit
    that you want to use (e.g. Gtk+) and re-run configure.

    sudo apt-get install libgtk2.0-dev


    configure: error: The following required libraries were not found:
    libXpm libjpeg libgif/libungif libtiff
    Maybe some development libraries/packages are missing?
    If you don't want to link with them give
    --with-xpm=no --with-jpeg=no --with-gif=no --with-tiff=no

    as options to configure

    sudo apt-get install libxpm-dev
    sudo apt-get install libjpeg62-dev
    sudo apt-get install libgif-dev
    sudo apt-get install libtiff4-dev


    sudo apt-get install libncurses5-dev


  • 相关阅读:
    django学习笔记(一)
    Python之函数进阶
    Python之函数初识
    Python之文件操作
    基础补充
    字典
    神奇的列表
    万能的字符串
    Python基础(二)
    使用paramiko进行ssh连接
  • 原文地址:https://www.cnblogs.com/linuxkid/p/3220523.html
Copyright © 2011-2022 走看看