Linux 的文字編輯工具
安裝前注意事項:
官方首頁: http://komodoide.com/
官方首頁:http://www.jedit.org/
中文介紹:http://briian.com/6613/jedit.html
NOTE: 新版 v5.2 需要 JRE 1.7+
Wine 首頁:http://www.winehq.org/
Notepad++ 首頁:http://notepad-plus-plus.org/
安裝教學:http://www.tecmint.com/install-wine-...os-and-fedora/
for 32-bit)
$ wget http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.6.2.tar.bz2 $ tar -xvf wine-1.6.2.tar.bz2 -C /tmp/ $ cd /tmp/wine-1.6.2/ $ ./tools/wineinstall We need to install Wine as the root user. Do you want us to build Wine, 'su root' and install Wine? Enter 'no' to build Wine without installing: (yes/no) yes
NOTE:
- 必須使用非 root 用戶作安裝
- 安裝時會進行編譯工作,請耐心等候
- 在編譯完成後,進入程式安裝步驟前,會詢問 root 密碼
設定 Wine
NOTE: 使用非 root 用戶執行
$ winecfg
下載位址:http://portableapps.com/apps/develop...padpp_portable
檔案下載後,先在 Windows 環境解壓後直接執行,如果沒問題,將整個程式目錄複製到 Linux 的使用者目錄內。
在 Linux 開啟 Notepad++
$ wine /home/alang/Editors/Wine/WinApp/Notepad++Portable/Notepad++Portable.exe