comparison README @ 28387:db90719da3bf

Add a note about POSIX system requirements.
author diego
date Sun, 01 Feb 2009 11:29:18 +0000
parents 52a85f0b08d4
children 92d75e703bc0
comparison
equal deleted inserted replaced
28386:e7b6f5ea9094 28387:db90719da3bf
14 DOCS/HTML/en/index.html, which should help you solve most of your problems. 14 DOCS/HTML/en/index.html, which should help you solve most of your problems.
15 Also read the man page to learn how to use MPlayer. 15 Also read the man page to learn how to use MPlayer.
16 16
17 17
18 Requirements: 18 Requirements:
19 - POSIX system: You need a POSIX-compatible shell and POSIX-compatible system
20 tools like grep, sed, awk, etc. in your path.
19 - You need a working development environment that can compile programs. 21 - You need a working development environment that can compile programs.
20 On popular Linux distributions, this means having the glibc development 22 On popular Linux distributions, this means having the glibc development
21 package(s) installed. 23 package(s) installed.
22 - To compile MPlayer with X11 support, you need to have the X Window System 24 - To compile MPlayer with X11 support, you need to have the X Window System
23 development packages (like for XFree86 or X.Org) installed. 25 development packages (like for XFree86 or X.Org) installed.