버전
menu_open
알림: 고객님의 주요 출시 버전( 2019.2.15.7667 )에 해당하는 최신 설명서로 이동했습니다. 특정 버전의 설명서를 보시려면 Audiokinetic 런처에서 오프라인 설명서를 다운로드하고 Wwise Authoring의 Offline Documentation을 확인하세요.
대상 플랫폼:
Wwise SDK 2019.2.15
Linux 관련 정보

이 페이지는 Linux에서 Wwise SDK를 사용할 때 필요한 정보를 담고 있습니다.

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 최초 설정.

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:

sudo apt install g++-multilib

SDK 예제 및 소스 코드 빌드하기

일반 makefile이 제공됩니다. 일부 환경 변수는 주어진 대상에 대해 빌드하도록 정의돼야 합니다. 다음은 다양한 대상에 사용할 수 있는 설정입니다.

  • Linux_x32 (Intel x86 32 비트)
    • AK_LINUX_ARCH=x32
    • CFLAGS=-msse2
  • Linux_x64 (Intel x86 64 비트)
    • AK_LINUX_ARCH=x64
  • Linux_armeabi-v6-hf (Raspberry Pi)
    • AK_LINUX_ARCH=armeabi-v6-hf

또한, config 환경 변수를 debug, profile 또는 release 로 설정해 각각의 빌드 설정을 선택할 수 있습니다. 만약 특별히 지정하지 않을 경우 debug 설정이 사용됩니다.

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

Linux-Specific AkPlatformInitSettings

Linux 릴리즈 노트


이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요