diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-01 11:29:18 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-01 11:29:18 +0000 |
commit | 3fd161fcc7e16b83f48e0443d2ef3f2357c1a36d (patch) | |
tree | 6c8bbb6444498041335e486addcdd9627313b8da /README | |
parent | 6053ca62bb31df3dacb6e64c361b03d196f67dfd (diff) | |
download | mpv-3fd161fcc7e16b83f48e0443d2ef3f2357c1a36d.tar.bz2 mpv-3fd161fcc7e16b83f48e0443d2ef3f2357c1a36d.tar.xz |
Add a note about POSIX system requirements.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28422 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |