diff --git a/README.md b/README.md index 4b8c1ea..0fabf4a 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ On Fedora the following packages are needed: sudo dnf install cmake SDL2-devel g++ npm patch perl libpng-devel ``` +On OpenSUSE (Tumbleweed) the following packages are needed: + +```sh +sudo zypper install cmake libSDL2-devel gcc-c++ gcc npm libpng16-devel patch +``` + Then install the `lv_font_conv` executable to the InfiniSim source directory (will be installed at `node_modules/.bin/lv_font_conv`) ```sh @@ -65,6 +71,13 @@ source .venv/bin/activate pip install wheel Pillow ``` +Optionally, depending on your distro, it may also serve the Pip package as official native installation packages: + +```sh +# OpenSUSE Tumbleweed +sudo zypper install python311-Pillow +``` + ## Configure and Build In the most basic configuration tell cmake to configure the project and build it with the following two commands: