Install Packages - hollie/misterhouse GitHub Wiki
There are several software modules that have to be downloaded for misterhouse to have full fucntionality. In this step, you will be installing each of these modules.
//**root@mh_server:/#**// sudo apt-get install perl perl-doc
//**root@mh_server:/#**// sudo apt-get install build-essential
//**root@mh_server:/#**// sudo apt-get install festival
- root@mh_server:/#** sudo apt-get install rcconf
//**root@mh_server:/#**// sudo apt-get install libdb3 <--- this module may no longer be in the repo, use the -dev below instead //**root@mh_server:/#**// sudo apt-get install libdb3-dev
//**root@mh_server:/#**// sudo apt-get install libdb-file-lock-perl //**root@mh_server:/#**// sudo apt-get install libberkeleydb-perl //**root@mh_server:/#**// sudo apt-get install libterm-readkey-perl //**root@mh_server:/#**// sudo apt-get install libtime-hires-perl //**root@mh_server:/#**// sudo apt-get install libaudio-mixer-perl //**root@mh_server:/#**// sudo apt-get install libtext-levenshteinxs-perl //**root@mh_server:/#**// sudo apt-get install libdbi-perl
//**root@mh_server:/#**// sudo apt-get install libgd-gd2-perl
You should now have all of the essential Perl modules and packages installed.
Next: Download & Install Misterhouse Back: Getting Extra Serial Ports Working Return to Index