Follow the steps below to build the Linux library for the x86-64 architecture.
- Open the command window with administrative privileges and navigate to base directory in the xAF repository.
- To build the xAF library:
- Debug mode – Type python build.py –platform=LinuxPc –target=x86-64 –profile=Debug
- Release mode – Type python build.py –platform=LinuxPc –target=x86-64 –profile=Release
The above command will generate the following xAF shared objects (independent libraries) in the public/lib/x86-64/Release|Debug folder:
-
-
-
- libxaf.so
- libxAFInterface.so
- libxAFUtil.so
- libxAFMasterModule.so
- libxAFBasicOps.so
-
-