CentOS/列車(SL)を走らせる
なつかしの SLコマンド。
ダウンロード
http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/
コンパイル
ncurses-devel が必要なので事前に yum install しておきます。gcc も もちろん必要。 あとは下記の手順で。
$ wget -O sl.zip [https://github.com/mtoyoda/sl/archive/master.zip](https://github.com/mtoyoda/sl/archive/master.zip) --2013-06-06 13:59:16-- [https://github.com/mtoyoda/sl/archive/master.zip](https://github.com/mtoyoda/sl/archive/master.zip) (中略) 2013-06-06 01:59:18 (40.5 KB/s) - “sl.zip” saved [6460] $ unzip sl.zip Archive: sl.zip d8f076a7ddb1f6ef9b2033497707867e29569750 creating: sl-master/ inflating: sl-master/LICENSE inflating: sl-master/Makefile inflating: sl-master/README.ja.md inflating: sl-master/README.md inflating: sl-master/sl.1 inflating: sl-master/sl.1.ja inflating: sl-master/sl.c inflating: sl-master/sl.h $ cd sl-master/ $ make gcc -O -o sl sl.c -lncurses $ ./sl
動画
動画を作ってみました。細かいところが良くできてますよねえ。
[[$$youtube ZEYRoo1T7os]]
リンク集
-
開発者のページ豊田正史とslコマンド (Masashi Toyoda and SL command)
- ↑にはリンク集とか被害者の会もあります
- ソースは mtoyoda/sl - GitHub http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/sl.tar
-
- sl で使われている curses ライブラリ