This document contains quick and easy steps to compile and access the libvda5050pp API documentation.
The alternative would be to manually resolve any potential environment dependencies when setting up libvda5050pp on your workstation and dig through obscure document on the specific way to compile the library such it has Code Documentations.
A Dockerfile is provided to help circumvent any environment dependency conflict and show a verified manner of setting up libvda5050pp.
- Download the following Dockerfile below:
wget https://gist.github.com/cardboardcode/c478ddd2558fe5d00453443b74409902/raw/ef8541eca95fc0b9cb2559702a421d56fa0132d0/Dockerfile- Build the docker image:
docker build -t libvda5050pp:latest .- Generate the API documentations:
docker run --rm -it \
--name libvda5050pp_c \
--network host \
libvda5050pp:latest bash \
-c "cd build && mkdocs serve"- Access the API documentation at http://127.0.0.1:8000/
You should see something similar to what is below: