Lines Matching refs:repository
3 Instructions for building this repository on Windows, Linux, and MacOS.
7 1. [Contributing](#contributing-to-the-repository)
8 1. [Repository Content](#repository-content)
9 1. [Repository Set-up](#repository-set-up)
16 The contents of this repository are sourced primarily from the Khronos Vulkan
17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs).
18 Please visit that repository for information on contributing.
22 This repository contains the Vulkan header files and the Vulkan API definition
23 (registry) with its related files. This repository does not create libraries
26 However, this repository contains CMake build configuration files to "install"
27 the files from this repository to a specific install directory. For example,
32 you need to build the install target of this repository and provide the
41 `include/vulkan` directory of this repository
43 `registry` directory of this repository
52 To create your local git repository:
58 This repository does not depend on any other repositories.
63 the repository with a name of `build` and place the install directory as a
112 current directory to the top of the cloned repository directory, create a
121 > repository. If you place your build directory someplace else, you'll need to
122 > specify the location of the repository top differently.
154 Since this repository does not compile anything, there is no need to specify a
193 building this repository. The required tools are
215 Change your current directory to the top of the cloned repository directory,
224 > repository. If you place your `build` directory someplace else, you'll need
225 > to specify the location of the repository top differently.
272 The instructions for building this repository on MacOS are similar to those for Linux.