📄 install
字号:
INSTALL file for "libdvbpsi".Configuring "libdvbpsi"=======================A typical way to configure libdvbpsi is: ./configure --prefix=/usrSee './configure --help' for more information.If you intend to debug stuff, you may want to compile with debuggingsymbols: ./configure --enable-debugIf you want a fully optimized version you should use ./configure --enable-releaseBuilding "libdvbpsi"====================Once configured, run 'make' to build the library and the programslocated in the 'examples' and 'misc' directories.Installing and using "libdvbpsi"================================You can install the library, its headers and the programs located inthe 'examples' directory by typing: make installIncluding one of the headers is done by adding the following line inyour '.c' file: #include <dvbpsi/dvbpsi.h>The program must be linked against the lib with the '-ldvbpsi' optionfor gcc.Building documentation======================Once configured, run 'make doc' to build the documentation in html(doc/doxygen/html) and latex (doc/doxygen/latex). You'll need thedoxygen tool (http://www.doxygen.org/) and the graphviz tool(http://www.research.att.com/sw/tools/graphviz).Building packages=================Further writing.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -