Install Horae
| Slideshow ^ |< << Slide 5 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 Horae, 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 sudo ./Build install
- Installing to your own diskspace
In the directory where you checked out horae, start cpan and do
force install Bundle::HoraeBundle
This will be rather time consuming. Answer yes to any questions that you are asked.Once that has completed successfully, do the standard perl installation incantation:
perl Build.PL ./Build ./Build install
| /100_NoRoot /200_SVN /300_InstallIfeffit /400_LibPerlXray /500_Horae /600_Demeter /700_AUG /800_InstallPrereq |