Skip to content

Commit

Permalink
List building dependencies for OpenSUSE (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
febrezo authored Dec 24, 2023
1 parent a300c65 commit 71877a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 71877a1

Please sign in to comment.