當前位置:編程學習大全網 - 網站源碼 - ubuntu自帶的編輯器問題

ubuntu自帶的編輯器問題

妳支持庫都安裝了嗎。1、從 cvs 倉庫取出最新源代碼:Ubuntop:~$ set CVS_RSH="ssh"

## 如果妳使用的是 Bash,使用 export CVS_RSH="ssh" 命令進行設置

Ubuntop:~$ cvs -z3 -d:ext:anoncvs@cvs.sv.gnu.org:/cvsroot/emacs co -r emacs-unicode-2 emacs不要告訴我妳的系統沒有 cvs 哦,如果真的這麽不幸,自己安裝壹下吧:Ubuntop:~$ sudo apt-get install cvs texinfo上述 cvs 操作會從遠程 cvs 倉庫取出 emacs 的最新版本,如果妳的網速不太好,可能會很慢,也會讓人很焦心,為了獲得最新版本,慢慢等候吧。下載完成,我們進入到 emacs 目錄進行編譯和安裝,不過需要預先安裝壹些相關的軟件包(註意,如果妳想要讓 emacs 運行起來能像 GTK 圖形應用,這些軟件包是必須的):Ubuntop:~$ sudo apt-get build-dep emacs21

Ubuntop:~$ sudo apt-get install xserver-xorg-dev

Ubuntop:~$ sudo apt-get install xorg-dev

Ubuntop:~$ sudo apt-get install libncurses5

Ubuntop:~$ sudo apt-get install libncurses5-dev好了,我們終於要進入關鍵部分了:Ubuntop:~/emacs$ ./configure --prefix=/usr --enable-font-backend --with-xft --with-freetype (where I can't reach and stopped)

Ubuntop:~/emacs$ make bootstrap

Ubuntop:~/emacs$ sudo make install安裝完成,輸入 emacs 運行壹個試試,看看是否有新的感覺。

  • 上一篇:糾纏理論123戰術索引源代碼
  • 下一篇:格式轉換
  • copyright 2024編程學習大全網