Build and install from the VVAS sourceΒΆ
The VVAS Source code is open-sourced. You can download the VVAS source code inside the docker container for your specific development or enhancement need.
Here are the steps to download, build, and install instructions of the VVAS library.
Inside the docker workspace, Clone from the VVAS github repo
git clone https://github.com/Xilinx/VVAS.git --recurse-submodules
Build the source code and install using the following command
cd vvas
./build_install_vvas.sh TARGET=PCIe PLATFORM=V70 ENABLE_XRM=0