comparison DOCS/INSTALL @ 1:3b5f5d1c5041

Initial revision
author arpi_esp
date Sat, 24 Feb 2001 20:28:24 +0000
parents
children c94413099c9b
comparison
equal deleted inserted replaced
0:c1bb2c071d63 1:3b5f5d1c5041
1 =======================================================================
2 * HOW TO COMPILE MOVIE PLAYER COMPONENTS * (C) 2000. A'rpi/ESP-team *
3 =======================================================================
4
5 Pontscho/Fresh! did some script and makefiles so compiling is much
6 easier now. If you find a bug in that, please contact us:
7 pontscho@makacs.poliod.hu
8 arpi@esp-team.scene.hu
9
10 1. The Player: (mplayer)
11 ~~~~~~~~~~~~~~
12 ./configure
13 [* check config.h and config.mak files! *]
14 make dep
15 make
16 make install
17
18 2. Drivers: (mga_vid.o)
19 ~~~~~~~~~~~~~~~~~~~~~~~
20 cd drivers
21 make
22 mknod /dev/mga_vid c 178 0
23 chmod go+rw /dev/mga_vid
24
25 3. Matrox G400 DH TV-out tools:
26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27 cd TVout
28 ./compile.sh
29