Skip to content

Commit 05fb6da

Browse files
committed
Added linux installation to readme
Signed-off-by: Guillermo Antonio Palomino Sosa <[email protected]>
1 parent 7487018 commit 05fb6da

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ The EDK2Code Extension is a Visual Studio Code extension designed to improve the
44

55
![](assets/demo.gif)
66

7+
![](assets/demo_dsc.gif)
8+
9+
It also includes some support for ASL language:
10+
11+
![](assets/demo_acpi.gif)
12+
713
## Features
814

915
- Syntax highlighting for EDK2 files.
1016
- Code navigation, including "Go to Definition" and "Find All References" for EDK2 symbols.
1117
- Error detection and reporting for common EDK2 language issues.
1218
- Auto-completion for EDK2 keywords and symbols.
1319

14-
1520
## Installation
1621

1722
1. Open Visual Studio Code.
@@ -20,6 +25,14 @@ The EDK2Code Extension is a Visual Studio Code extension designed to improve the
2025
4. Click the "Install" button on the extension's card.
2126
5. Reload Visual Studio Code to activate the extension.
2227

28+
### Linux Installation
29+
30+
[Cscope](https://cscope.sourceforge.net/) is used for some C related functionality of the extension. On windows systems the cscope comes already included in the extension.
31+
32+
For linux systems you need to install cscope`manually.
33+
34+
Ubuntu installation example: `sudo apt install cscope`
35+
2336
## Documentation
2437

2538
Check full documentation including setup on [project wiki page](https://github.com/intel/Edk2Code/wiki)

assets/demo_acpi.gif

889 KB
Loading

assets/demo_dsc.gif

703 KB
Loading

0 commit comments

Comments
 (0)