| 3 | | |
| 4 | | If you wish to install the OpenGuides modules in a private directory, |
| 5 | | you will need to specify this when you run the Build.PL. |
| 6 | | |
| 7 | | If you are using version 0.20 of Module::Build, do: |
| 8 | | |
| 9 | | perl Build.PL install_path=lib=/path/to/my/modules/ \ |
| 10 | | install_path=script=/path/to/my/bin/ \ |
| 11 | | install_path=arch=/path/to/my/modules/auto/ \ |
| 12 | | install_path=libdoc=/path/to/my/man/ \ |
| 13 | | install_path=bindoc=/path/to/my/man/ |
| 14 | | |
| 15 | | Or for earlier versions of Module::Build, do: |
| 16 | | |
| 17 | | perl Build.PL config='sitelib=/path/to/my/modules/' |
| 18 | | |
| 19 | | ---------------------------------------------------------------------- |
| 20 | | |
| 21 | | If any or all of the modules required by the OpenGuides scripts are in |
| 22 | | a private directory, then you'll need to tell the scripts where to find |
| 23 | | them. From version 0.41 of OpenGuides, you can do this at 'perl Build.PL' |
| 24 | | time - see the INSTALL file included in this distribution. |
| 25 | | |
| 26 | | ---------------------------------------------------------------------- |