我在Ubuntu上得安装点依赖,主要是Cursor和Animation;剩下的很简单。
1 2 3 4 5 6 7 8 9 10 11 12 13 14
| sudo apt-get install libcurses-perl
wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz tar -zxvf Term-Animation-2.4.tar.gz ; cd Term-Animation-2.4/ perl Makefile.PL && make make install; cd ..
wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz tar -zxvf asciiquarium.tar.gz cd asciiquarium_1.1/ sudo cp asciiquarium /usr/local/bin sudo chmod +x /usr/local/bin/asciiquarium asciiquarium
|
效果这样: