menu
 
Version
2021.1.14.8108

2024.1.4.8780

2023.1.12.8706

2022.1.18.8567

2021.1.14.8108

2019.2.15.7667

2019.1.11.7296

2018.1.11.6987

2017.2.10.6745

2017.1.9.6501

2016.2.6.6153

2015.1.9.5624


menu_open
Wwise SDK 2021.1.14
Linux-Specific Information

This page contains information that is specific to using the Wwise SDK for the Linux platform.

Dependencies for building on Linux

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:

sudo apt install make clang g++

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.

Building SDK samples and source code

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:

  • Linux_x64 (Intel x86 64-bits)
    • AK_LINUX_ARCH=x64
  • Linux_aarch64 (Raspberry Pi)
    • AK_LINUX_ARCH=aarch64

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.

info Note: When using wp.py for building plug-ins on Linux, the configuration can be specified using the -c argument instead.

Linux-Specific AkPlatformInitSettings

Linux Release Notes


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise