1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 15:52:25 +00:00

Add a note about POSIX system requirements.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28422 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-01 11:29:18 +00:00
parent 6053ca62bb
commit 3fd161fcc7
2 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,11 @@ answers.
<title>Software requirements</title> <title>Software requirements</title>
<itemizedlist> <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> <listitem><para>
<emphasis role="bold">GNU make</emphasis> 3.81 or later <emphasis role="bold">GNU make</emphasis> 3.81 or later
</para></listitem> </para></listitem>

2
README
View File

@ -16,6 +16,8 @@ Also read the man page to learn how to use MPlayer.
Requirements: 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. - You need a working development environment that can compile programs.
On popular Linux distributions, this means having the glibc development On popular Linux distributions, this means having the glibc development
package(s) installed. package(s) installed.