Lines Matching full: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)
14 ## Contributing to the Repository
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.
20 ## Repository Content
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
48 ## Repository Set-Up
50 ### Download the Repository
52 To create your local git repository:
56 ### Repository Dependencies
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
109 Change your current directory to the top of the cloned repository directory,
118 > repository. If you place your build directory someplace else, you'll need to
119 > specify the location of the repository top differently.
151 Since this repository does not compile anything, there is no need to specify a
190 building this repository. The required tools are
212 Change your current directory to the top of the cloned repository directory,
221 > repository. If you place your `build` directory someplace else, you'll need
222 > to specify the location of the repository top differently.
269 The instructions for building this repository on MacOS are the same as those