summaryrefslogtreecommitdiffstats
path: root/DOCS/INSTALL
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-02-24 20:28:24 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-02-24 20:28:24 +0000
commitd34041569e71fc9bd772354e94dc9d16061072a5 (patch)
tree8f481cae1c70f32d1756fbe5f39000577b73042d /DOCS/INSTALL
parente95a95ece09bac96bdfd37322f96c6f57ef79ebc (diff)
downloadmpv-d34041569e71fc9bd772354e94dc9d16061072a5.tar.bz2
mpv-d34041569e71fc9bd772354e94dc9d16061072a5.tar.xz
Initial revision
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/INSTALL')
-rw-r--r--DOCS/INSTALL29
1 files changed, 29 insertions, 0 deletions
diff --git a/DOCS/INSTALL b/DOCS/INSTALL
new file mode 100644
index 0000000000..c81b5abda3
--- /dev/null
+++ b/DOCS/INSTALL
@@ -0,0 +1,29 @@
+ =======================================================================
+ * HOW TO COMPILE MOVIE PLAYER COMPONENTS * (C) 2000. 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 dep
+ make
+ make install
+
+2. Drivers: (mga_vid.o)
+~~~~~~~~~~~~~~~~~~~~~~~
+ cd drivers
+ make
+ mknod /dev/mga_vid c 178 0
+ chmod go+rw /dev/mga_vid
+
+3. Matrox G400 DH TV-out tools:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ cd TVout
+ ./compile.sh
+