SandS for Ubuntu

Posted On December 9, 2008

Filed under emacs, Ubuntu
Tags: , ,

Comments Dropped leave a response

According to this
http://forum.ubuntulinux.jp/viewtopic.php?pid=10976

Get the source, res 73 to 76.
http://www.bookshelf.jp/2ch/unix/1049225392.html#73

Copy from there, paste that on a Editor, and remove this two lines.

—-BEGIN BASE64—-(sands-0.1.tar.gz)
and
—-END BASE64—-

Then save the text.
Decode the BASE64 text to sands-0.1.tar.gz.

$tar zxvf sands-0.1.tar.gz
$sudo apt-get install g++ xorg-dev
$cd sands-0.1
$make
$sudo cp sands /usr/bin

If you want to execute sands whenever login,
$gedit .bashrc
sands

Leave a comment