install.linux
来自「AAC音频解码算法程序」· LINUX 代码 · 共 25 行
LINUX
25 行
Installation under linux
========================
Compiling the package as a shared library:
1. Type 'make lib' to compile.
2. Type 'make install' to install.
Compiling the command line decoder, faad, with shared library:
1. First, compile and install the shared library, see above.
2. Type 'make faad' to compile.
3. Type 'make install' to install.
Compiling the command line decoder, faad, without shared library (static):
1. Type 'make faad_static' to compile.
2. Type 'make install' to install.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?