1 Star 1 Fork 2

via/speex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
INSTALL 787 Bytes
一键复制 编辑 原始数据 按行查看 历史
Installing Speex is as easy as:
1. Using the autotools build system:
% ./configure [--prefix=<install-path>]
% make
% make install
Note that if you are using the code from Git, you will need to run "autogen.sh"
and then "configure".
2. Using the Meson build system:
% meson setup builddir [--prefix=<install-path>] [-Doption=value]
% meson configure builddir (to see configuration options and default values)
% ninja -C builddir
% ninja -C builddir install
The Meson build has been tested for Linux, macOS, iOS, Android and
Windows (MingW + MSVC) targets, both native builds and cross builds.
See meson_options.txt for a list of available configuration options.
More information on how to install Meson and use it can be found here:
https://mesonbuild.com/Quick-guide.html
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/chooosky/speex.git
git@gitee.com:chooosky/speex.git
chooosky
speex
speex
master

搜索帮助