#!/bin/bash -e
echo -e "please waiting...\n"

sudo apt-get install -y libncurses5-dev
sudo apt-get install -y libgtk2.0-dev
sudo apt-get install -y libxpm-dev  
sudo apt-get install -y libgif-dev  
sudo apt-get install -y libtiff-dev
sudo apt-get install -y librsvg2-dev
sudo apt-get install -y libdbus-1-dev
sudo apt-get install -y libgconf2-dev

cd ~/Source/emacs-23.4/
sudo ./configure --with-crt-dir=/usr/lib/x86_64-linux-gnu
sudo make && sudo make install  

其中 --with-crt-dir=/usr/lib/x86_64-linux-gnu 这个获取方法,需要参考我以前都一个方法。

以前文章地址:http://www.cnblogs.com/yourihua/archive/2012/04/19/2457349.html

相关文章:

  • 2021-09-16
  • 2021-06-16
  • 2021-06-26
  • 2021-06-28
  • 2021-07-31
  • 2021-05-17
  • 2021-11-05
猜你喜欢
  • 2021-06-22
  • 2021-11-07
  • 2021-07-31
  • 2021-08-21
  • 2022-01-13
  • 2021-11-11
  • 2021-08-25
相关资源
相似解决方案