Skip to content

Commit 179fa58

Browse files
authored
Merge pull request #5 from shuriken1812/v2
Added Arch Linux instructions
2 parents 9eb3811 + 90c6315 commit 179fa58

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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-16/bin/clangd** (If installing for `Unreal 5.3`)
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

0 commit comments

Comments
 (0)