summaryrefslogtreecommitdiffstats
path: root/DOCS/INSTALL
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-23 15:45:47 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-23 15:45:47 +0000
commitedad74b5e5b24a48b8fab3f855c07fd0a67c4c20 (patch)
tree80ea8e8514b0f29098591068ace68806893c5dba /DOCS/INSTALL
parent2d54c9dad541722da7d4845fca8257398910fa3f (diff)
downloadmpv-edad74b5e5b24a48b8fab3f855c07fd0a67c4c20.tar.bz2
mpv-edad74b5e5b24a48b8fab3f855c07fd0a67c4c20.tar.xz
some fixes, updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1202 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/INSTALL')
-rw-r--r--DOCS/INSTALL42
1 files changed, 22 insertions, 20 deletions
diff --git a/DOCS/INSTALL b/DOCS/INSTALL
index 654e392f25..4a0c409007 100644
--- a/DOCS/INSTALL
+++ b/DOCS/INSTALL
@@ -1,32 +1,31 @@
=======================================================================
- * HOW TO COMPILE MOVIE PLAYER COMPONENTS * (C) 2000. A'rpi/ESP-team *
+ * HOW TO COMPILE MOVIE PLAYER COMPONENTS * (C) 2001. A'rpi/ESP-team *
=======================================================================
-Pontscho/Fresh! did some script and makefiles so compiling is much
-easier now. If you find a bug in that, please contact us:
- pontscho@makacs.poliod.hu
- arpi@esp-team.scene.hu
-
-1. The Player: (mplayer)
-~~~~~~~~~~~~~~~~~~~~~~~~
- ./configure
-[* check config.h and config.mak files! *]
- make
- make install
-[* if you compiled DGA in, check VIDEOCARDS! *]
-
-2. The Codecs: (w32codecs.zip)
+1. The Codecs: (w32codecs.zip)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- unzip w32codecs.zip to /usr/lib/win32
- Filenames LOWERCASE !
+ download and unzip w32codecs.zip to /usr/lib/win32
+
+Note: the avifile project has similar codecs package, but it differs
+from our, so if you want to use all supported codecs, then use
+our package!
-3. Drivers: (mga_vid.o)
+2. Drivers: (mga_vid.o)
~~~~~~~~~~~~~~~~~~~~~~~
cd drivers
make
mknod /dev/mga_vid c 178 0
chmod go+rw /dev/mga_vid
+3. The Player: (mplayer)
+~~~~~~~~~~~~~~~~~~~~~~~~
+ ./configure
+[* read messages printed by ./configure, it may be very usefull! *]
+[* check config.h and config.mak files! *]
+ make
+[* check for errors! of none, you should have the ./mplayer binary *]
+ make install
+
4. Matrox G400 DH TV-out tools:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cd TVout
@@ -34,8 +33,11 @@ easier now. If you find a bug in that, please contact us:
5. Fonts:
~~~~~~~~~
- Get the .zip file from the DOWNLOAD section
+ Download mp_font3.zip (and optional language updates) and
+ unpack to ~/.mplayer/font/ :
+
cd ~/.mplayer
mkdir font
cd font
- unzip mp_font1.zip
+ unzip mp_font3.zip
+ unzip mp_font3_hu.zip