Install Demeter
| Slideshow ^ |< << Slide 6 of 8 >> >| |
Demeter should now be completely independent of Horae, with all common functionality placed in libperlxray. You can now install Horae and Demeter separately or together, as you wish.
- Installing with root access
In the directory where you checked out Demeter, issue this command to install all the CPAN prerequisites:
sudo ./install_prereqs
Answer yes to any questions you are asked.Once that has completed successfully, do the standard perl installation incantation:
perl Build.PL ./Build ./Build test sudo ./Build install
- Installing to your own diskspace
In the directory where you checked out Demeter, start cpan and do
force install Bundle::DemeterBundle
Once that has completed successfully, do the standard perl installation incantation:
perl Build.PL ./Build ./Build test ./Build install
To get the Wx programs to work, you will need wxWidgets and their perl wrapper installed on your computer. See the notes at the Wx Hephaestus page for hints on how to make that happen.
| /100_NoRoot /200_SVN /300_InstallIfeffit /400_LibPerlXray /500_Horae /600_Demeter /700_AUG /800_InstallPrereq |