Fix build instructions on Linux to not use snap due to broken tooling
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user