The Linux application is under https://bitbucket.harman.com/projects/LSACCA/repos/extendable-audio-
framework/browse/private/utils/application
Please refer to Section three in UserGuideRefProject for getting started.
Follow the steps below to build the Linux library for the x86-64 architecture.
1. Open the command window (you have administrator privileges) and navigate to base directory in the xAF
repository.
2. To build the xAF library and Reference application:
a. Debug mode – Type python build.py –platform=LinuxPc –target=x86-64 –profile=Debug
b. Release mode – Type python build.py –platform=LinuxPc –target=x86-64 –profile=Release
The above command will generate libxAF.a and libinterface.a in the public/lib/x86-64/Release|Debug folder.
xaf_daemon would be the output application (reference) generated in the public/bin/x86-64/Release folder.
3. To run or validate the application, refer to Section 3.1 in UserGuideRefProject.