1 頁 (共 1 頁)

2D水族箱

發表於 : 2018-05-13, 16:42
tony
安裝步驟比較多一點。

代碼: 選擇全部

sudo apt-get -y install libcurses-perl
wget -P ~ http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz
tar -zxvf ~/Term-Animation-2.4.tar.gz -C ~
cd ~/Term-Animation-2.4/
perl Makefile.PL && make && make test
sudo make install
wget -P ~ http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
tar -zxvf ~/asciiquarium.tar.gz -C ~
sudo chmod +x ~/asciiquarium_1.1/asciiquarium
裝完直接執行就可以了。

代碼: 選擇全部

~/asciiquarium_1.1/asciiquarium
2d-water.jpg