parent
dc8e662b34
commit
af57abddff
1 changed files with 2 additions and 6 deletions
8
BUILD.md
8
BUILD.md
|
|
@ -3,18 +3,14 @@
|
|||
The repository contains everything required to compile and build the examples on Windows, Linux and Android using a C++ compiler that supports C++11. All required dependencies are included.
|
||||
|
||||
## <img src="./images/windowslogo.png" alt="" height="32px"> Windows
|
||||
|
||||
[](https://ci.appveyor.com/project/SaschaWillems/vulkan)
|
||||
|
||||
Use the provided CMakeLists.txt with [CMake](https://cmake.org) to generate a build configuration for your favorite IDE or compiler, e.g.:
|
||||
|
||||
```
|
||||
cmake -G "Visual Studio 14 2015 Win64"
|
||||
cmake -G "Visual Studio 16 2019" -A x64
|
||||
```
|
||||
|
||||
## <img src="./images/linuxlogo.png" alt="" height="32px"> Linux
|
||||
|
||||
[](https://travis-ci.org/SaschaWillems/Vulkan)
|
||||
|
||||
Use the provided CMakeLists.txt with [CMake](https://cmake.org) to generate a build configuration for your favorite IDE or compiler.
|
||||
|
||||
##### [Window system integration](https://www.khronos.org/registry/vulkan/specs/1.0-wsi_extensions/html/vkspec.html#wsi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue