This repository has been archived by the owner on Apr 29, 2018. It is now read-only.
forked from mvpmc/mvpmc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
87 lines (48 loc) · 1.7 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
MediaMVP Media Center
=====================
The MediaMVP Media Center (mvpmc) is an audio/video player for
the Hauppauge MediaMVP.
Licensing
---------
The mvpmc distribution as a whole is licensed under the GNU General
Purpose License (GPL) version 2 (see the COPYING file). Each of
the libraries, however, are licensed under their own individual
license (either the GPL or the Lesser GNU General Purpose License (LGPL)).
Please refer to the COPYING files under the libs directory.
Prerequisites
-------------
In order to build mvpmc, you will need to make sure you have the
following installed on your system:
- scons (http://www.scons.org/)
If you do not currently have the cross-compilers installed on your
system, they will be built as needed.
Source Repository
-----------------
You can check the source code out with git from the following URL:
https://github.com/mvpmc/mvpmc.git
Building
--------
To build a new dongle.bin.mvpmc file, which you can boot on your
MediaMVP via DHCP, use the following command:
$ make mvp
To build a new mvpmc binary which you can run on your host system,
use the following command:
$ make host
To build a new linux kernel, use the following command:
$ make kernel
To build a linux 2.4.31, use the following command:
$ make kernel_31
To build source code HTML or PDF documentation with doxygen, use the
following command:
$ make docs
To build a cscope database, use the following command:
$ make cscope
Getting Help
------------
You can get help from the following:
mvpmc project site:
http://www.mvpmc.org/
mvpmc project mailing lists:
http://sourceforge.net/mail/?group_id=103474
mvpmc project forums:
http://sourceforge.net/forum/?group_id=103474