diff options
-rw-r--r-- | DOCS/xml/en/install.xml | 5 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml index 10d266f31e..257ca635c3 100644 --- a/DOCS/xml/en/install.xml +++ b/DOCS/xml/en/install.xml @@ -26,6 +26,11 @@ answers. <itemizedlist> <listitem><para> + <emphasis role="bold">POSIX system</emphasis> - You need a POSIX-compatible + shell and POSIX-compatible system tools like grep, sed, awk, etc. in your + path. +</para></listitem> +<listitem><para> <emphasis role="bold">GNU make</emphasis> 3.81 or later </para></listitem> <listitem><para> @@ -16,6 +16,8 @@ Also read the man page to learn how to use MPlayer. Requirements: +- POSIX system: You need a POSIX-compatible shell and POSIX-compatible system + tools like grep, sed, awk, etc. in your path. - You need a working development environment that can compile programs. On popular Linux distributions, this means having the glibc development package(s) installed. |