「GNU nanoをインストール MacPorts」の版間の差分
提供: dsk's note
(ページの作成:「OSX Leopardに標準で入っているnanoは日本語が文字化けしてしまうので、最新のものをMacPortsでインストールした。 <pre>sudo port inst...」) |
細 |
||
| (同じ利用者による、間の4版が非表示) | |||
| 7行目: | 7行目: | ||
/usr/bin/nanoには標準のnanoが入ったままなので、エイリアスの設定しておいた。 | /usr/bin/nanoには標準のnanoが入ったままなので、エイリアスの設定しておいた。 | ||
| − | ~/. | + | ~/.profileを編集し、以下を追記。 |
<pre>alias nano='/opt/local/bin/nano'</pre> | <pre>alias nano='/opt/local/bin/nano'</pre> | ||
| − | + | ||
| + | <pre>nano -V | ||
| + | GNU nano version 2.2.6 (compiled 23:52:57, Aug 9 2013) | ||
| + | (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | ||
| + | 2008, 2009 Free Software Foundation, Inc. | ||
| + | Email: nano@nano-editor.org Web: http://www.nano-editor.org/ | ||
| + | Compiled options: --disable-nls --enable-color --enable-extra --enable-multibuffer --enable-nanorc --enable-utf8</pre> | ||
| + | |||
| + | ===外部リンク=== | ||
| + | *[http://www.nano-editor.org/ GNU nano] | ||
| + | |||
| + | [[Category:MacPorts]] | ||
| + | [[Category:Mac]] | ||
| + | [[Category:GNU nano]] | ||
2013年8月13日 (火) 13:29時点における最新版
OSX Leopardに標準で入っているnanoは日本語が文字化けしてしまうので、最新のものをMacPortsでインストールした。
sudo port install nano nano -V
/usr/bin/nanoには標準のnanoが入ったままなので、エイリアスの設定しておいた。 ~/.profileを編集し、以下を追記。
alias nano='/opt/local/bin/nano'
nano -V GNU nano version 2.2.6 (compiled 23:52:57, Aug 9 2013) (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Email: nano@nano-editor.org Web: http://www.nano-editor.org/ Compiled options: --disable-nls --enable-color --enable-extra --enable-multibuffer --enable-nanorc --enable-utf8