summaryrefslogtreecommitdiffstats
path: root/DOCS/INSTALL
diff options
context:
space:
mode:
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
+