Fix build instructions on Linux to not use snap due to broken tooling

This commit is contained in:
Wojtek Figat
2023-03-20 18:30:56 +01:00
parent 0232197cdc
commit 9568237c8e

View File

@@ -50,7 +50,7 @@ Flax Visual Studio extension provides better programming workflow, C# scripts de
* Install Visual Studio Code
* Install .Net 7 SDK ([https://dotnet.microsoft.com/en-us/download/dotnet/7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0))
* Ubuntu: `sudo snap install dotnet-sdk --classic channel=7.0/stable`
* Ubuntu: `sudo apt install dotnet-sdk-7.0`
* Install Vulkan SDK
* Ubuntu: see the instructions here: ([https://vulkan.lunarg.com/](https://vulkan.lunarg.com/))
* Arch: `sudo pacman -S spirv-tools vulkan-headers vulkan-tools vulkan-validation-layers`