Follow the steps below to build the Windows application for the 64 bit target compatible with the Integrated Virtual Processing of GTT.
- 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.
- Building the xAF libraries (as given in the sec 6.1) is a pre-requisite to build the xAF application.
- To build the xAF application:
- Debug mode: python build.py –program=virtualamp –profile=debug –group=all
- Release mode: python build.py –program=virtualamp –profile=release –group=all
- Debug mode: python build.py –program=virtualamp –profile=debug –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.