Ubuntu 安装 Vulkan SDK

LunarG VulkanSDK Packages

此存储库包含Ubuntu 20.04和22.04的最新SDK版本。

This repository contains the most recent SDK releases for Ubuntu 20.04 and 22.04.

有关LunarG Vulkan SDK的更多信息,请访问文档部分

For more information about the LunarG Vulkan SDK, please visit the documentation section.

将此存储库添加到您的计算机:(To add this repository to your machine)

1、选择要安装的SDK版本。

     Choose which SDK release you wish to install.

2、选择您的操作系统。

     Choose your OS.

3、在下面显示的框中选择并复制文本,然后将其粘贴到终端中。

      Select and copy the text in the box that will appear below, and paste it into a terminal.

安装SDK:(To install the SDK)

  1. sudo apt update
  2. sudo apt install vulkan-sdk

Release 1.3.283

This is the latest 1.3.283 release of the LunarG Vulkan SDK

这是LunarG Vulkan SDK的最新1.3.283版本

Release specific documentation includes the Release Notes,as well as a Getting Started Guide.

特定于发行版的文档包括《发行说明》以及《入门指南》

Ubuntu 20.04 (Focal Fossa)
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.3.283-focal.list https://packages.lunarg.com/vulkan/1.3.283/lunarg-vulkan-1.3.283-focal.list
sudo apt update
sudo apt install vulkan-sdk

  
Ubuntu 22.04 (Jammy Jellyfish)
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.3.283-jammy.list https://packages.lunarg.com/vulkan/1.3.283/lunarg-vulkan-1.3.283-jammy.list
sudo apt update
sudo apt install vulkan-sdk

  

如需查看或下载其他更多VulkanSDK版本,请访问 LunarXchange 。

相关推荐

  1. ubuntu 安装Nvidia驱动

    2024-06-06 09:40:04       67 阅读
  2. ubuntu安装docker

    2024-06-06 09:40:04       63 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-06 09:40:04       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-06 09:40:04       101 阅读
  3. 在Django里面运行非项目文件

    2024-06-06 09:40:04       82 阅读
  4. Python语言-面向对象

    2024-06-06 09:40:04       91 阅读

热门阅读

  1. 实战:部署三台kafka服务集群

    2024-06-06 09:40:04       31 阅读
  2. (从0到1)EasyExcel+SpringBoot+SpringCloud实现数据导出

    2024-06-06 09:40:04       29 阅读
  3. LeetCode-day03-3072. 将元素分配到两个数组中 II

    2024-06-06 09:40:04       29 阅读
  4. Qt——前言

    2024-06-06 09:40:04       24 阅读
  5. hadoop集群中zookeeper的搭建与原理解释

    2024-06-06 09:40:04       30 阅读
  6. 如何手撸一个springMVC框架

    2024-06-06 09:40:04       29 阅读
  7. Qt5学习笔记

    2024-06-06 09:40:04       27 阅读
  8. RabbitMQ 如何保证消息不丢失

    2024-06-06 09:40:04       35 阅读
  9. 服务器硬件基础知识

    2024-06-06 09:40:04       31 阅读