diff options
author | Mike Gorchak <mgorchak@blackberry.com> | 2021-03-29 19:36:17 -0400 |
---|---|---|
committer | Lenny Komow <lenny@lunarg.com> | 2021-04-06 14:52:51 -0600 |
commit | 64cc17099c41622646e81d5b46cc537e47361f28 (patch) | |
tree | 8d6c63606a4d04002f60b4baa3cc6039dcdcfd80 | |
parent | 977ac085f3f8153c7ac207f103a1b7d9d2bc5e8f (diff) | |
download | Vulkan-Loader-64cc17099c41622646e81d5b46cc537e47361f28.tar.gz Vulkan-Loader-64cc17099c41622646e81d5b46cc537e47361f28.tar.bz2 Vulkan-Loader-64cc17099c41622646e81d5b46cc537e47361f28.zip |
Add a couple of paragraphs about building process under QNX.
-rw-r--r-- | BUILD.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -11,6 +11,7 @@ Instructions for building this repository on Linux, Windows, and MacOS. 1. [Linux Build](#building-on-linux) 1. [MacOS build](#building-on-macos) 1. [Fuchsia build](#building-on-fuchsia) +1. [QNX build](#building-on-qnx) ## Contributing to the Repository @@ -685,6 +686,15 @@ Vulkan-Loader repository, and run: Fuchsia uses the project's GN build system to integrate with the Fuchsia platform build. +## Building on QNX + +QNX is using its own build system. The proper build environment must be set +under the QNX host development system (Linux, Win64, MacOS) by invoking +the shell/batch script provided with QNX installation. + +Then change working directory to the "build-qnx" in this project and type "make". +It will build the ICD loader for all CPU targets supported by QNX. + ### SDK Symbols The Vulkan Loader is a component of the Fuchsia SDK, so it must explicitly declare its exported symbols in |