Wiki page ubuntu-start.md changed with summary [Add note about jxl] by Philippe Jean Guillaumie

This commit is contained in:
Philippe Jean Guillaumie 2022-11-13 00:34:39 -08:00 committed by www-data
parent 1e5e0eea6f
commit 46fde66b8e
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ As well as the dependencies specific for EFL:
```bash
sudo apt install libssl-dev libsystemd-dev libjpeg-dev libglib2.0-dev libgstreamer1.0-dev liblua5.2-dev libfreetype6-dev libfontconfig1-dev libfribidi-dev libavahi-client-dev libharfbuzz-dev libibus-1.0-dev libx11-dev libxext-dev libxrender-dev libgl1-mesa-dev libgif-dev libtiff5-dev libpoppler-dev libpoppler-cpp-dev libspectre-dev libraw-dev librsvg2-dev libudev-dev libmount-dev libdbus-1-dev libpulse-dev libsndfile1-dev libxcursor-dev libxcomposite-dev libxinerama-dev libxrandr-dev libxtst-dev libxss-dev libgstreamer-plugins-base1.0-dev doxygen libopenjp2-7-dev libscim-dev libxdamage-dev libwebp-dev libunwind-dev libheif-dev libavif-dev libyuv-dev
```
> **NOTE:**
> JPEG XL currently has to be compiled from source. If you need jxl support in efl,
> please visit their [GitHub repository](https://github.com/libjxl/libjxl/) for more information.
### Step 3: Configuring the Software ###