Requirements
FvwmTabs requires 2 CPAN modules (that are NOT distributed with FVWM) to be installed on your system. They are Tk and X11::Protocol.
FvwmTabs will tell you if you do not have these packages installed when you (try to) start it.
To install X11::Protocol:
|
|
|
|
tar zxvf X11-Protocol-0.54.tar.gz
cd X11-Protocol-0.54
perl Makefile.PL
make
make test (optional)
sudo make install
|
|
|
|
|
To install Tk:
|
|
|
|
tar zxvf Tk-804.027.tar.gz
cd Tk-804.027
perl Makefile.PL
make
make test (optional)
sudo make install
|
|
|
|
|
|