Skip to content

Instantly share code, notes, and snippets.

@gongo
Created October 7, 2010 04:29
Show Gist options
  • Save gongo/614556 to your computer and use it in GitHub Desktop.
Save gongo/614556 to your computer and use it in GitHub Desktop.

urxvt (256色対応) インストール on Ubuntu 10.04

まあ Ubuntu じゃなくても行けると思うけど。

Install Required Package

$ sudo aptitude build-dep rxvt-unicode-ml

Download Source Code from CVS repository

今回は trunk の export を行う

$ cvs -z3 -d :pserver:[email protected]/schmorpforge export -r HEAD rxvt-unicode

Make

$ cd rxvt-unicode
$ ./configure --enable-256-color
$ make
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment