mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-21 04:25:25 -04:00
Add a couple of paragraphs about building process under QNX.
This commit is contained in:
committed by
Lenny Komow
parent
7dfa94ccdc
commit
aa2927774c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user