Lines Matching +refs:cmake +refs:command +refs:run

46 some other suitable source if you intend to run Vulkan applications.
76 directory and pass it on the CMake command line for building this repository,
87 file. Ensure that the `update_glslang_sources.py` script has been run as part
89 and pass it on the CMake command line for building this repository, as
100 Vulkan-ValidationLayers repository and run:
114 so a loader is needed only if the tests are built and run.
123 it on the CMake command line for building this repository, as described below.
125 If you do not intend to run the tests, you do not need a Vulkan loader.
154 cmake -C helper.cmake ..
155 cmake --build .
160 cmake -A x64 -C helper.cmake ..
161 cmake --build .
166 cmake -A Win32 -C helper.cmake ..
167 cmake --build .
186 - The `update_deps.py` script generates a file named `helper.cmake` and places
190 repositories. You can use this file with the `cmake -C` option to set these
192 entering several `*_INSTALL_DIR` variable settings on the CMake command line.
193 - If using "MINGW" (Git For Windows), you may wish to run
212 cmake --build . --target VulkanVL_generated_source
253 - [CMake 3.10.2](https://cmake.org/files/v3.10/cmake-3.10.2-win64-x64.zip) is recommended.
264 The general approach is to run CMake to generate the Visual Studio project
265 files. Then either run CMake with the `--build` option to build from the
266 command line or use the Visual Studio IDE to open the generated solution and
274 cmake -A x64 -DVULKAN_HEADERS_INSTALL_DIR=absolute_path_to_install_dir \
276 cmake --build .
280 architecture. The second CMake command builds the Debug (default)
293 cmake -A x64 -DVULKAN_HEADERS_INSTALL_DIR=absolute_path_to_install_dir \
296 > Note: The `..` parameter tells `cmake` the location of the top of the
308 See this [list](#cmake-visual-studio-generators) of other possible generators
328 At this point, you can build the solution from the command line or open the
335 cmake --build .
339 cmake --build . --config Release
361 You can build the install target from the command line with:
363 cmake --build . --config Release --target install
373 cmake -A x64 -DVULKAN_HEADERS_INSTALL_DIR=absolute_path_to_install_dir \
385 To run the validation test script, open a Powershell Console, change to the
386 build/tests directory, and run:
396 This script will run the following tests:
436 [CMake 3.10.2](https://cmake.org/files/v3.10/cmake-3.10.2-Linux-x86_64.tar.gz) is recommended.
446 The general approach is to run CMake to generate make files. Then either run
447 CMake with the `--build` option or `make` to build from the command line.
454 cmake -DVULKAN_HEADERS_INSTALL_DIR=absolute_path_to_install_dir \
468 cmake -DCMAKE_BUILD_TYPE=Debug \
473 > Note: The `..` parameter tells `cmake` the location of the top of the
496 > to system directories later when you run `make install`.
500 You can just run `make` to begin the build.
509 cmake --build .
537 This command installs files to `/usr/local` if no `CMAKE_INSTALL_PREFIX` is
543 You may need to run `ldconfig` in order to refresh the system loader search
548 install to `/tmp/build` instead of `/usr/local`, on your CMake command line
553 Then run `make install` as before. The install step places the files in
572 To run the **validation test script**, in a terminal change to the build/tests directory and run:
576 This script will run the following tests:
605 Finally, rebuild the repository using `cmake` and `make`, as explained above.
611 You can run the `vkcube` or `vulkaninfo` applications from the Vulkan-Tools
732 Use the following steps to build, install, and run the layer validation tests
740 Alternatively, you can use the test_APK script to install and run the layer
751 [CMake 3.10.2](https://cmake.org/files/v3.10/cmake-3.10.2-Darwin-x86_64.tar.gz) is recommended.
791 cmake -DVULKAN_HEADERS_INSTALL_DIR=absolute_path_to_install_dir \
807 cmake -DVULKAN_HEADERS_INSTALL_DIR=absolute_path_to_install_dir \
818 You can run the `vulkaninfo` applications from the Vulkan-Tools repository to
826 These test require a manual path to an ICD to run properly on MacOS.
851 To run the **validation test script**, in a terminal change to the build/tests directory and run:
855 This script will run the following tests: