mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 20:21:49 +00:00
Remove remarks about GNU Make being required on some systems.
GNU Make 3.81 or later is required everywhere. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28419 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d99b77f49f
commit
7df31bf8d2
@ -109,11 +109,6 @@ There are ports/pkgsrc/fink/etc versions of <application>MPlayer</application>
|
||||
available that are probably easier to use than our raw sources.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To build <application>MPlayer</application> you will need GNU make
|
||||
(gmake - native BSD make will not work) and a recent version of binutils.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If <application>MPlayer</application> complains about not finding
|
||||
<filename>/dev/cdrom</filename> or <filename>/dev/dvd</filename>,
|
||||
@ -222,17 +217,6 @@ installed.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>
|
||||
To build the package you will need GNU <application>make</application>
|
||||
(<filename>gmake</filename>, <filename>/opt/sfw/gmake</filename>), native
|
||||
Solaris make will not work. Typical error you get when building with
|
||||
Solaris' make instead of GNU make:
|
||||
<screen>
|
||||
% /usr/ccs/bin/make
|
||||
make: Fatal error in reader: Makefile, line 25: Unexpected end of line seen
|
||||
</screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
On Solaris SPARC, you need the GNU C/C++ Compiler; it does not matter if
|
||||
GNU C/C++ compiler is configured with or without the GNU assembler.
|
||||
@ -378,7 +362,7 @@ work out of the box. The following information is taken from this HOWTO.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
You need GCC 3.4.0 or later, GNU make 3.80 or later and SDL 1.2.7 or later.
|
||||
You need GCC 3.4.0 or later and SDL 1.2.7 or later.
|
||||
HP cc will not produce a working program, prior GCC versions are buggy.
|
||||
For OpenGL functionality you need to install Mesa and the gl and gl2 video
|
||||
output drivers should work, speed may be very bad, depending on the CPU speed,
|
||||
@ -489,13 +473,6 @@ untested. It is highly recommended that you build
|
||||
or if you are building on POWER5, GCC 4.0 is required.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Ensure that you are using GNU make
|
||||
(<filename>/opt/freeware/bin/gmake</filename>) to build
|
||||
<application>MPlayer</application>, as you will encounter problems if
|
||||
you use <filename>/usr/ccs/bin/make</filename>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
CPU detection is still a work in progress.
|
||||
The following architectures have been tested:
|
||||
|
Loading…
Reference in New Issue
Block a user