mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-14 02:10:17 +00:00
10343e53ed
- Remove Appveyor CI - Write new "Getting the source" subsection, consolidating material from a couple of places. Emphasize using the utils/git-sync-deps script for getting a known-good combination of sources. - Built artifacts: - top of tree artifacts are from Kokoro CI bots - mention Vulkan SDK and Android NDK as alternatives Fixes: #4577
29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
# Downloads
|
|
|
|
## Latest builds
|
|
|
|
Download the latest builds of the [master](https://github.com/KhronosGroup/SPIRV-Tools/tree/master) branch.
|
|
|
|
### Release build
|
|
| Windows | Linux | MacOS |
|
|
| --- | --- | --- |
|
|
| [MSVC 2017](https://storage.googleapis.com/spirv-tools/badges/build_link_windows_vs2017_release.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_clang_release.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_macos_clang_release.html) |
|
|
| | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_release.html) | |
|
|
|
|
### Debug build
|
|
| Windows | Linux | MacOS |
|
|
| --- | --- | --- |
|
|
| [MSVC 2017](https://storage.googleapis.com/spirv-tools/badges/build_link_windows_vs2017_debug.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_clang_debug.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_macos_clang_debug.html) |
|
|
| | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_debug.html) | |
|
|
|
|
|
|
## Vulkan SDK
|
|
|
|
SPIRV-Tools is published as part of the [LunarG Vulkan SDK](https://www.lunarg.com/vulkan-sdk/).
|
|
The Vulkan SDK is updated approximately every six weeks.
|
|
|
|
## Android NDK
|
|
|
|
SPIRV-Tools host executables, and library sources are published as
|
|
part of the [Android NDK](https://developer.android.com/ndk/downloads).
|