List building dependencies for OpenSUSE (#137)
This commit is contained in:
parent
a300c65ecb
commit
71877a13de
13
README.md
13
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
|
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`)
|
Then install the `lv_font_conv` executable to the InfiniSim source directory (will be installed at `node_modules/.bin/lv_font_conv`)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -65,6 +71,13 @@ source .venv/bin/activate
|
||||||
pip install wheel Pillow
|
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
|
## Configure and Build
|
||||||
|
|
||||||
In the most basic configuration tell cmake to configure the project and build it with the following two commands:
|
In the most basic configuration tell cmake to configure the project and build it with the following two commands:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user