Wwise SDK 2022.1.18
|
本页中包含有关将 Wwise SDK 用于 Linux 平台的专用信息。
To build the SDK samples on Linux, you will need several tools and libraries: clang pthreads libc++ libdl librt libsdl2 (for IntegrationDemo) make
In addition to the above, rebuilding the Wwise sound engine libraries requires two extra libraries:
libasound2 libpulse
在基于 Debian 的发行版(如 Ubuntu)上,可通过运行以下终端命令来安装这些数据包:
备注: The pre-built libraries that come with the Wwise SDK are built using clang and libc++. Refer to Linux 版本说明 for the specific version of clang and libc++ used. |
在 Linux 上使用 wp.py 构建插件时,可根据需要选用 python
或 python3
。 确保安装 wp.py 首次设置 中所述的必要数据包。
提供了通用 makefiles;针对构建目标,必须定义某些环境变量。以下是用于各种目标的设置:
AK_LINUX_ARCH=x64
AK_LINUX_ARCH=aarch64
另外,config
环境变量可设置为debug(调试)
、profile(性能分析)
或release(发布)
来选择相应的构建配置;如果不指定,则将使用 debug 配置。
备注: 在 Linux 上使用 wp.py 构建插件时,可改用 -c 参数来指定配置。 |