1 Star 0 Fork 0

天高云淡/portaudio_2016

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.configure.txt 842 Bytes
一键复制 编辑 原始数据 按行查看 历史
jintao.wang_UI-MH 提交于 2024-09-15 18:11 . init
PortAudio uses "autoconf" tools to generate Makefiles for Linux and Mac platforms.
The source for these are configure.in and Makefile.in
If you modify either of these files then please run this command before
testing and checking in your changes. I run this command on Linux.
autoreconf -if
If you do not have autoreconf then do:
sudo apt-get install autoconf
If you get error like "possibly undefined macro: AC_LIBTOOL_WIN32_DLL"
then you try installing some more packages and then try again.
sudo apt-get install build-essential
sudo apt-get install pkg-config
sudo apt-get install libtool
autoreconf -if
Then test a build by doing:
./configure
make clean
make
then check in the related files that are modified.
These might include files like:
configure
config.guess
depcomp
install.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linux2014/portaudio_2016.git
git@gitee.com:linux2014/portaudio_2016.git
linux2014
portaudio_2016
portaudio_2016
master

搜索帮助