File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,12 @@ https://docs.unrealengine.com/5.3/en-US/hardware-and-software-specifications-for
287287
288288#### Ubuntu 22.04 Requirements
289289- dotnet-runtime-6.0
290- - dotnet-sdk-6.0 (I think this was only needed for seeing UBT logs when updating compile commands)
290+ - dotnet-sdk-6.0 (Only needed for seeing UBT logs when updating compile commands)
291+
292+ #### Arch Linux Requirements
293+ - dotnet-runtime-6.0
294+ - clang
295+ - dotnet-sdk-6.0 (Only needed for seeing UBT logs when updating compile commands)
291296
292297```
293298```
@@ -430,6 +435,9 @@ https://user-images.githubusercontent.com/62588629/235394029-1319054d-9224-4ac0-
430435 On ` Ubuntu ` it was found at:
431436 /usr/lib/llvm-13/bin/clangd
432437
438+ On ` Arch Linux ` installing the ` clang ` package it was found at:
439+ /usr/sbin/clangd
440+
433441 ` Ubuntu/Linux: ` Your file dialogue might spawn behind the VSCode window:
434442
435443 * https://github.com/microsoft/vscode/issues/146422
You can’t perform that action at this time.
0 commit comments