Skip to content

Commit 8bdb7d4

Browse files
committed
Merge pull request cmatsuoka#1 from jbaber/master
Add Ubuntu specific installation instructions to the README.
2 parents 16dc83d + ac8ea2d commit 8bdb7d4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ Asciiquarium is a single perl script, so all you have to do is make sure
1111
it's executable and put it somewhere convenient, like /usr/local/bin or
1212
/usr/local/games.
1313

14+
Ubuntu
15+
------
16+
17+
Out-of-the-box ubuntu doesn't satisfy the Requirements below, so
18+
here's how to get them:
19+
1) Get perl's curses package which is available from apt:
20+
sudo apt-get install libcurses-perl
21+
2) Run
22+
cpan
23+
at the shell. Agree to the defaults for everything.
24+
To leave cpan, type
25+
quit
26+
3) Type
27+
sudo cpan Term::Animation
28+
1429
Requirements
1530
------------
1631

0 commit comments

Comments
 (0)