⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 linux下的dvb收看解析软件代码; 带参考程序
💻
字号:
Installing DVBStreamer
======================
First you need to build DVBStreamer I would suggest building outside of the tree
as in the following example as it allows you to cleanup a build very easily.

First extract the tar file (you must have already done this part as you are 
reading this file!)

tar xjf dvbstreamer-<version>.tar.bz2

then create a directory to build it in:

mkdir dvbstreamer-build
cd dvbstreamer-build

Now run configure and then make:

<path to extracted dvbstreamer>/configure
make

Once every thing has built you can simply install it by calling make again as root:

make install

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -