Skip to content

Commit

Permalink
Added dependencies to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke authored Mar 21, 2024
1 parent a96e80d commit f20302a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,33 @@

- A working version of Python>=3.8

#### On linux
```sh
sudo apt-get -y install \
libclang-dev \
libatk-bridge2.0 \
libfontconfig1-dev \
libfreetype6-dev \
libglib2.0-dev \
libgtk-3-dev \
libssl-dev \
libxcb-render0-dev \
libxcb-shape0-dev \
libxcb-xfixes0-dev \
libxkbcommon-dev \
patchelf
```

#### On RaspberryPI (Luxoins Image)
Install linux dependencies listed above and the dependencies listed below.
```sh
sudo apt-get -y install \
libvulkan1 \
libxcb-randr0 \
mesa-vulkan-drivers \
adwaita-icon-theme-full
```

### Install

```sh
Expand Down

0 comments on commit f20302a

Please sign in to comment.