RE: ATSC EPG - Possible Implementation Strategy? ยป error.txt
1 |
root@xbian:/usr/src/tvheadend-atsc-epg# sudo make install |
---|---|
2 |
CC tvheadend |
3 |
install -d /usr/local/bin |
4 |
install /usr/src/tvheadend-atsc-epg/build.linux/tvheadend /usr/local/bin/tvheadend |
5 |
install -d /usr/local/share/man/man1 |
6 |
install /usr/src/tvheadend-atsc-epg/man/tvheadend.1 /usr/local/share/man/man1/tvheadend.1 |
7 |
for bundle in docs/html docs/docresources src/webui/static data/conf data/dvb-scan; do \ |
8 |
mkdir -p /usr/local/share/tvheadend/$bundle ;\ |
9 |
cp -LR /usr/src/tvheadend-atsc-epg/$bundle/* /usr/local/share/tvheadend/$bundle ;\ |
10 |
done |
11 |
find /usr/local/share/tvheadend -name .git -exec rm -rf {} \; &>/dev/null || /bin/true |
12 |
root@xbian:/usr/src/tvheadend-atsc-epg# |
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
AFTER I ran this: |
19 |
root@xbian ~ # sudo service tvheadend status |
20 |
tvheadend: unrecognized service |
21 |
|