This repository provides QNX-specific build files required to build various ports and projects.
- Each QNX port has its own sub-directory under the
ports/
directory. - For detailed build instructions, refer to the
README.md
file located in the sub-directory of the specific port.
You have two options for building the ports:
-
Docker-based Build: For a consistent and reproducible build environment, we highly recommend using the prepared Docker image. Detailed instructions can be found in
docker/README.md
. -
Host Build: You can build ports directly on your host system.