tommystanton / webservice-mirth

Interact with a Mirth Connect server via REST
https://metacpan.org/module/WebService::Mirth
1 stars 0 forks source link

Add "INSTALLATION NOTES" section to documentation #3

Open tommystanton opened 11 years ago

tommystanton commented 11 years ago

There are quite a few dependencies, and a couple of the CPAN modules need external libraries in order to be installed. It's probably worth giving some tips.

Add an "INSTALLATION NOTES" section with text like:

...

In Ubuntu, the following software packages should be installed
before installing WebService::Mirth:
- libexpat-dev (for XML::Parser)
- libssl-dev (for Net::SSLeay)