mint 安裝emacs 24.3源碼安裝

1) 下載emacs-24.3.tar.gz 到/home 測試

2)  解壓縮 es5

        tar zxvf emacs-24.3.tar.gz spa

3) 進入解壓目錄 server

        cd /home/emacs-24.3    get

進入源碼所在目錄,輸入下列命令: 源碼

./configure --prefix=/usr/local/emacs-24.3 --with-xpm --with-jpeg=no --with-tiff=no --with-gif=no --with-png --with-x-toolkit=gtk --with-xft emacs

在編譯過程當中可能會提示有些庫找不到,根據提示把這些庫裝上便可,通常能夠在編譯emacs以前安裝下列庫: it

    sudo apt-get install libgtk2.0-dev 編譯

    sudo apt-get install xserver-xorg-dev 下載

    sudo apt-get install xorg-dev

    sudo apt-get install libncurses5 libncurses5-dev

    sudo apt-get install libidl.dev

編譯: 
make 
編譯完後能夠先測試一下在安裝: 
src/emacs -q 
安裝: 
sudo make install 
2.3  增長名字鏈接到/usr/local/bin中 
        由於咱們是將emacs安裝到/usr/local/emacs-22.2下的,因此最後還須要在系統能夠訪問的路徑裏添加程序的名字鏈接: 
        cd /usr/local/bin 
        sudo ln -s /usr/local/emacs-22.2/bin/emacs 
        好了,這樣Emacs就安裝完成了。

相關文章
相關標籤/搜索