|
Wwise SDK 2021.1.14
|
이 페이지는 Linux에서 Wwise SDK를 사용할 때 필요한 정보를 담고 있습니다.
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 최초 설정.
일반 makefile이 제공됩니다. 일부 환경 변수는 주어진 대상에 대해 빌드하도록 정의돼야 합니다. 다음은 다양한 대상에 사용할 수 있는 설정입니다.
AK_LINUX_ARCH=x64 AK_LINUX_ARCH=aarch64 또한, 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. |
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요