Wwise SDK 2019.2.15
|
This page contains information that is specific to using the Wwise SDK for the Linux platform.
To build on Linux, you will typically need clang, g++ (for libstdc++) and make. On a Debian-based distribution, such as Ubuntu, those packages can be installed by running the following terminal command:
When using wp.py to build plug-ins on Linux, you can use either python
or python3
. Make sure to install the required packages as described in wp.py First-time Setup.
If you are cross-compiling to 32-bit from a 64-bit system, you will also need to install the g++ multilib package. On a Debian-based distribution, you can install it by running:
Generic makefiles are provided; some environment variables must be defined to build for a given target. Here are the settings to use for various targets:
AK_LINUX_ARCH=x32
CFLAGS=-msse2
AK_LINUX_ARCH=x64
AK_LINUX_ARCH=armeabi-v6-hf
Additionally, the config
environment variable can be set to debug
, profile
, or release
to select the corresponding build configuration; if not specified, the debug configuration will be used.
![]() |
Note: When using wp.py for building plug-ins on Linux, the configuration can be specified using the -c argument instead. |
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise