Build the xAF library for Linux PC

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

  1. Open the command window with administrative privileges and navigate to base directory in the xAF repository.
  1. To build the xAF library:
    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 generate the following xAF shared objects (independent libraries) in the public/lib/x86-64/Release|Debug folder:

        1. libxaf.so
        2. libxAFInterface.so
        3. libxAFUtil.so
        4. libxAFMasterModule.so
        5. libxAFBasicOps.so

_________________

Rate this post!