diff options
author | Tobin Ehlis <tobine@google.com> | 2018-06-22 07:05:57 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-22 07:05:57 -0600 |
commit | 4d6c8a838335cd98154e5bdcae86a09694ce86b4 (patch) | |
tree | 26d93c4d56570a0d71b3710621ef995896f0bc20 | |
parent | 448e8f9ecc0fb4d77250b642ef20d937791269fb (diff) | |
download | Vulkan-Tools-4d6c8a838335cd98154e5bdcae86a09694ce86b4.tar.gz Vulkan-Tools-4d6c8a838335cd98154e5bdcae86a09694ce86b4.tar.bz2 Vulkan-Tools-4d6c8a838335cd98154e5bdcae86a09694ce86b4.zip |
docs:Fix Linux cmake instructions
Missing ".."
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -312,7 +312,7 @@ CMake with the `--build` option or `make` to build from the command line. cd Vulkan-Tools mkdir build cd build - cmake -DVULKAN_HEADERS_INSTALL_DIR=absolute_path_to_install_dir + cmake -DVULKAN_HEADERS_INSTALL_DIR=absolute_path_to_install_dir .. make See below for the details. |