|
Last change
on this file since 47 was
47,
checked in by megakiss, 11 years ago
|
|
459Mhz로 OTC 주파수 변경
|
-
Property svn:executable set to
*
|
|
File size:
306 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | tar xvfz SDL-1.2.13.tar.gz |
|---|
| 4 | cd SDL-1.2.13 |
|---|
| 5 | ./configure |
|---|
| 6 | make |
|---|
| 7 | make install |
|---|
| 8 | cd .. |
|---|
| 9 | rm -rf SDL-1.2.13 |
|---|
| 10 | |
|---|
| 11 | tar xvfz libdvbpsi.tar.gz |
|---|
| 12 | cd libdvbpsi |
|---|
| 13 | ./configure |
|---|
| 14 | make |
|---|
| 15 | make install |
|---|
| 16 | cd .. |
|---|
| 17 | rm -rf libdvbpsi |
|---|
| 18 | |
|---|
| 19 | tar xvfz libmpeg2-0.5.1.tar.gz |
|---|
| 20 | cd libmpeg2-0.5.1 |
|---|
| 21 | ./configure |
|---|
| 22 | make |
|---|
| 23 | make install |
|---|
| 24 | cd .. |
|---|
| 25 | rm -rf libmpeg2-0.5.1 |
|---|
Note: See
TracBrowser
for help on using the repository browser.