install

来自「libdvbpsi4-0.1.5版本」· 代码 · 共 59 行

TXT
59
字号
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 + =
减小字号Ctrl + -
显示快捷键?