Clarify that the perl libraries are required on Linux

develop
Lethosor 2015-02-05 21:24:19 -05:00
parent b9910490bf
commit 7ad44fcea8
1 changed files with 2 additions and 2 deletions

@ -39,8 +39,8 @@ Alternatively, you might be able to use ``lxc`` to
Before you can build anything, you'll also need ``cmake``. It is advisable to also get
``ccmake`` on distributions that split the cmake package into multiple parts.
For the code generation parts, you need perl and the XML::LibXML and XML::LibXSLT perl packages.
You should be able to find them in your distro repositories (on Arch linux 'perl-xml-libxml' and 'perl-xml-libxslt').
You also need perl and the XML::LibXML and XML::LibXSLT perl packages (for the code generation parts).
You should be able to find them in your distro repositories (on Arch linux 'perl-xml-libxml' and 'perl-xml-libxslt') or through ``cpan``.
To build Stonesense, you'll also need OpenGL headers.