We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16dc83d + ac8ea2d commit 8bdb7d4Copy full SHA for 8bdb7d4
README
@@ -11,6 +11,21 @@ Asciiquarium is a single perl script, so all you have to do is make sure
11
it's executable and put it somewhere convenient, like /usr/local/bin or
12
/usr/local/games.
13
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
29
Requirements
30
------------
31
0 commit comments