File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ On Fedora the following packages are needed:
5151sudo 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+
5460Then 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
6571pip 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
7083In the most basic configuration tell cmake to configure the project and build it with the following two commands:
You can’t perform that action at this time.
0 commit comments