Chapter 0: Installation
Requirements:
Requirements for BashStyle-NG itself:
python (2.4+)
python-gtk (2.12+)
python-glade (2.12+)
python-gconf
python-os
python-os.path
python-sys
python-locale
python-gettext
python-psyco (optional)
gconftool-2
Requirements for the Prompts:
bc
gawk
echo
grep
bash
whoami
hostname
wc
Requirements for colored Manpages:
tic
less
Additional Requirements for the Support Scripts:
free
df
uptime
sed
ps
apm
(
Note:
That sounds much but the most is already installed on your system by default)
Installation:
Check Requirements:
./configure
Compile the Terminfofiles:
make
Install BashStyle-NG:
sudo make install
[ or ]
su -c "make install"