Install Demeter

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.


BruceRavel/EvolvingSoftware/600_Demeter (last edited 2009-10-09 19:46:34 by localhost)