Build the xAF Application for WinPc

Follow the steps below to build the Windows application for the 64 bit target compatible with the Integrated Virtual Processing of GTT.

  1. Open the command window with administrative privileges and navigate to base directory in the Awx_WinPc 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 the sec 6.1) is a pre-requisite to build the xAF application.
  1. To build the xAF application:
    1. Debug mode: python build.py –program=virtualamp –profile=debug –group=all
    2. Release mode: python build.py –program=virtualamp –profile=release –group=all

The above command will access the xAF libraries available in the public/lib/win64/Release|Debug folder  of the xAF repository and generate xAFVirtualAmp.dll file in the public/lib/win64/Release | Debug folder of the awx_winpc repository.

_________________

Rate this post!