comparison DOCS/Requirements @ 860:edc6758694ed

sok csunya ize
author gabucino
date Thu, 24 May 2001 16:22:18 +0000
parents
children b194061e3f03
comparison
equal deleted inserted replaced
859:3560d38486ab 860:edc6758694ed
1 MPlayer requirements
2 ====================
3 Intro
4 *****
5 This document is to tell you what MPlayer's requirements are, and where can you
6 find 'em.
7
8 Current Minimal Requirements:
9 *****************************
10
11 Binutils:
12 ~~~~~~~~~
13 Brief: These utilities deal with object files.
14 URL: ftp://ftp.gnu.org/pub/gnu/binutils
15 Checking: as --version
16 ld --version
17 Note: Preferred versions are 2.9.1 or 2.10.1
18
19 GCC
20 ~~~
21 Brief: Gnu Compilers Collection
22 URL: http://gcc.gnu.org
23 Checking: gcc --version
24 Note: Preferred versions are 2.95.3 (2.95.2 with updated libstc++ stuff)
25 2.96.xx won't work, they are RedHat's UNOFFICIAL and BUGGY releases
26 egcs-2.91.xx and early may have problems with inline assembler
27
28 GLIBC
29 ~~~~~
30 Brief: GNU C library
31 URL: ftp://ftp.gnu.org/pub/gnu/glibc
32 Checking: ls -l /lib/libc[.-]*
33 Note: Preferred versions are 2.1.3 or 2.2.3
34
35 XFree86
36 ~~~~~~~
37 Brief: Free port of X11 system on x86 architecture
38 URL: http://www.xfree86.org
39 Checking: X -version
40 Note: Preferred versions are 4.0.2 and 4.0.3
41
42 Win32 codecs:
43 ~~~~~~~~~~~~~
44 Brief: Collection of audio/video codecs for Windows.
45 URL: http://mplayer.sourceforge.net/DOCS/codecs.html
46 Note: Please use only this codec set
47
48 Optional Requirements:
49 **********************
50
51 ALSA
52 ~~~~
53 Brief: Advanced Linux Sound Architecture
54 URL: http://www.alsa-project.org/
55 Note: Preferred version is 0.9.x+ . For details see DOCS/README
56
57 DRI
58 ~~~
59 Brief: The Direct Rendering Infrastructure
60 URL: http://dri.sourceforge.net/
61 Note: For details see DOCS/VIDEOCARDS
62
63 Utah-GLX
64 ~~~~~~~~
65 Brief: An open source hardware accelerated implementation of GLX.
66 URL: http://utah-glx.sourceforge.net/
67 Note: For detail see DOCS/VIDEOCARDS
68
69 libcss
70 ~~~~~~
71 Brief: libcss is required for viewing encrypted DVDs
72 URL: http://www.linuxvideo.org/user/dl.html
73 Note: For details see DOCS/DVD
74
75 liblirc
76 ~~~~~~~
77 Brief: Linux Infrared Remote Control. LIRC is a package that supports receiving
78 and sending IR signals from/for the most common IR remote controls.
79 URL: http://sourceforge.net/projects/lirc/
80 Note: For details see DOCS/LIRC
81
82 libpng
83 ~~~~~~
84 Brief: Portable Network Graphic library
85 URL: http://www.libpng.org/pub/png/pngcode.html
86 Note: For details see DOCS/README
87
88 libsdl
89 ~~~~~~
90 Brief: Simple DirectMedia Layer is a cross-platform multimedia library designed
91 to provide fast access to the graphics framebuffer and audio device
92 URL: http://www.libsdl.org
93 Note: Preferred versions are 1.2.0+. For details see DOCS/SDL
94
95 xmmplib
96 ~~~~~~~
97 Brief: Linux MultiMedia Project
98 URL: http://www.frozenproductions.com/xmmp/
99 Alt URL: http://xmmp.sourceforge.net
100 Note: For details see DOCS/ChangeLog
101
102 Enjoy!
103 MPlayer team