Skip to content

Commit

Permalink
[SGE] Updated README to include more package requirements on wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Nov 22, 2024
1 parent 31cade4 commit 32e940b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,18 @@ There are only C and C++ interface headers for now. <br>
```
6. You might also need to install the followings:
```
$ sudo apt-get install libshader-dev
$ sudo apt-get install libgl-dev
$ sudo apt-get install spirv-tools
$ sudo apt-get install libvulkan-dev
$ sudo apt-get install libz-dev
$ sudo apt-get install libpng-dev
$ sudo apt-get install libbrotli-dev
```
7. On wayland you would need the following package:
```
$ sudo apt-get install libwayland-dev
```

### Runtime requirements

Expand Down

0 comments on commit 32e940b

Please sign in to comment.