Created
September 15, 2016 18:26
-
-
Save Shengliang/28d3204a0a8eede6debdb1f4841e19a2 to your computer and use it in GitHub Desktop.
Install ascii quarium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.robobunny.com/projects/asciiquarium/html/ | |
cd /tmp/ | |
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 test | |
sudo make install | |
cd /tmp | |
ls | |
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 0755 /usr/local/bin/asciiquarium | |
clear | |
cd | |
/usr/local/bin/asciiquarium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment