diff options
author | Igor Vuk <parcijala@gmail.com> | 2017-03-03 22:34:39 +0100 |
---|---|---|
committer | Mark Lobodzinski <mark@lunarg.com> | 2017-03-03 14:40:29 -0700 |
commit | 12e9ef08fb8eafe0f0e5c6f95aa1e20c4ccc6037 (patch) | |
tree | 896ed07b37f6908bfb9a701bcf5da6d5649adaae /BUILD.md | |
parent | a1e5682ad65194bd50cbd4ea3776a0dda724c74b (diff) | |
download | Vulkan-Loader-12e9ef08fb8eafe0f0e5c6f95aa1e20c4ccc6037.tar.gz Vulkan-Loader-12e9ef08fb8eafe0f0e5c6f95aa1e20c4ccc6037.tar.bz2 Vulkan-Loader-12e9ef08fb8eafe0f0e5c6f95aa1e20c4ccc6037.zip |
Docs: Fix a typo in BUILD.md
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ and install it. If you intend to contribute, the preferred work flow is for you to develop your contribution in a fork of this repo in your GitHub account and then submit a pull request. -Please see the [CONTRIBUTING](CONTRIBUTING.md) file in this respository for more details. +Please see the [CONTRIBUTING](CONTRIBUTING.md) file in this repository for more details. ## Git the Bits @@ -206,7 +206,7 @@ Windows 7+ with additional required software packages: Before building on Windows, you may want to modify the customize section in loader/loader.rc to so as to set the version numbers and build description for your build. Doing so will set the information displayed -for the Properites->Details tab of the loader vulkan-1.dll file that is built. +for the Properties->Details tab of the loader vulkan-1.dll file that is built. Build all Windows targets after installing required software and cloning the Loader and Validation Layer repo as described above by completing the following steps in a "Developer Command Prompt for VS2013" window (Note that the update\_external\_sources script used below builds external tools into predefined locations. See **Loader and Validation Layer Dependencies** for more information and other options): ``` |