- 下载
https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz
- 解压
tar xf libvorbis-1.3.6.tar.xz cd libvorbis-1.3.6
- 编译
BUILD_LIBS=${HOME}/build_libs ./configure --prefix=${BUILD_LIBS} make make install
https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz
tar xf libvorbis-1.3.6.tar.xz cd libvorbis-1.3.6
BUILD_LIBS=${HOME}/build_libs ./configure --prefix=${BUILD_LIBS} make make install