Skip to content

Commit 71877a1

Browse files
authored
List building dependencies for OpenSUSE (InfiniTimeOrg#137)
1 parent a300c65 commit 71877a1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ On Fedora the following packages are needed:
5151
sudo dnf install cmake SDL2-devel g++ npm patch perl libpng-devel
5252
```
5353

54+
On OpenSUSE (Tumbleweed) the following packages are needed:
55+
56+
```sh
57+
sudo zypper install cmake libSDL2-devel gcc-c++ gcc npm libpng16-devel patch
58+
```
59+
5460
Then install the `lv_font_conv` executable to the InfiniSim source directory (will be installed at `node_modules/.bin/lv_font_conv`)
5561

5662
```sh
@@ -65,6 +71,13 @@ source .venv/bin/activate
6571
pip install wheel Pillow
6672
```
6773

74+
Optionally, depending on your distro, it may also serve the Pip package as official native installation packages:
75+
76+
```sh
77+
# OpenSUSE Tumbleweed
78+
sudo zypper install python311-Pillow
79+
```
80+
6881
## Configure and Build
6982

7083
In the most basic configuration tell cmake to configure the project and build it with the following two commands:

0 commit comments

Comments
 (0)