Build the xAF application for Linux PC

Follow the steps below to build the Linux application for the x86-64 architecture.

  1. Open the command window with administrative privileges and navigate to base directory in the AudioWorX Linux application repository. This repository need to be in the same location where the xAF repository is placed.
  1. Building the xAF libraries (as given in sec) is a pre-requisite to build the xAF application.
  1. To build the xAF application:
    1. Debug mode – Type python build.py –platform=LinuxPc –target=x86-64 –profile=Debug
    2. Release mode – Type python build.py –platform=LinuxPc –target=x86-64 –profile=Release

The above command will access the xAF libraries available in the public/lib/x86-64/Release|Debug folder  of the xAF repository and generate xaf_daemon executable file in the public/bin/x86-64/Release folder of the awx_linux_application repository.

  1. To run or validate the application, refer to Section1 in UserGuideRefProject.

_________________

Rate this post!