doc: documented the missing build dependencies as per #126.

This commit is contained in:
Yichun Zhang (agentzh) 2015-12-04 13:53:00 +08:00
parent 62cc6b3758
commit e12c526577
1 changed files with 9 additions and 0 deletions

View File

@ -50,6 +50,15 @@ make
at the top of the bundle source tree.
Please note that you may need to install some extra dependencies, like `perl`, `dos2unix` and
the Perl CPAN mdoule `Markdown::Pod`. On Fedora 22, for example, installing the dependencies
is as simple as running the following commands:
```bash
sudo dnf install perl dos2unix
sudo cpan Markdown::Pod
```
[Back to TOC](#table-of-contents)
Mailing List