Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2021-10-15 00:46:27 +0300
committerGitHub <noreply@github.com>2021-10-15 00:46:27 +0300
commit10343e53edf27e631bcb9df6d089ae2803ed5268 (patch)
tree3d5b804a9618354be05b2b08aa648ada7d6ff6b2 /docs
parent3e6a85303dfb72d8768da651da946913bac6f05e (diff)
Remove Appveyor CI, update README (#4578)
- 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
Diffstat (limited to 'docs')
-rw-r--r--docs/downloads.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/downloads.md b/docs/downloads.md
index 9c7d85671..168937a70 100644
--- a/docs/downloads.md
+++ b/docs/downloads.md
@@ -1,14 +1,28 @@
# Downloads
-Download the latest builds.
-## Release
+## 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
+### 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).