equal
deleted
inserted
replaced
46 |
46 |
47 if [ -f "/usr/include/ncurses.h" ]; then |
47 if [ -f "/usr/include/ncurses.h" ]; then |
48 echo "You appear to have the ncurses dev libraries" |
48 echo "You appear to have the ncurses dev libraries" |
49 else |
49 else |
50 echo "You DON'T appear to have the ncurses dev libraries - please install them (ncurses-dev or ncurses-devel)" |
50 echo "You DON'T appear to have the ncurses dev libraries - please install them (ncurses-dev or ncurses-devel)" |
|
51 fi |
|
52 |
|
53 if [ -f "/usr/include/bzlib.h" ]; then |
|
54 echo "You appear to have the bzip2 dev libraries" |
|
55 else |
|
56 echo "You DON'T appear to have the bzip2 dev libraries - please install them (bzip2-dev or bzip2-devel)" |
51 fi |
57 fi |
52 |
58 |
53 echo "Do you wish to continue (Y or y for 'yes' anything else for no)?" |
59 echo "Do you wish to continue (Y or y for 'yes' anything else for no)?" |
54 |
60 |
55 read X |
61 read X |