在Windows上构建portaudio golang包装器

时间:2017-07-21 17:05:15

标签: go portaudio pkg-config

我正在尝试使用github.com/gordonklaus/portaudio库。该库要求portaudio成为安装程序。我已经构建了一个64位的实际C portaudio库,就像go包需要的那样。

运行go get github.com/gordonklaus/portaudio会产生以下输出:

# pkg-config --cflags portaudio-2.0
Package portaudio-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `portaudio-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'portaudio-2.0' found
pkg-config: exit status 1

显然,cgo正在尝试为portaudio库运行pkg-config。我需要确保它找到并正确使用它。但是,我不知道如何在Windows上实现这一点。

0 个答案:

没有答案