Wiki page archlinux-start.md changed with summary [] by Dmitri Chudinov

This commit is contained in:
Dmitri Chudinov 2024-04-12 23:58:27 -07:00 committed by www-data
parent e8c7d6c648
commit f7e6f1320a
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ This will produce a folder named ``efl-X.XX.X``.
Before you can compile and install EFL you need to install the required software packages and tools:
```bash
pacman -S meson ninja pkgconf gcc binutils python2 avahi bullet curl fontconfig harfbuzz fribidi gst-plugins-base-libs luajit libexif libgl libinput libpulse libspectre libraw librsvg libwebp libxcomposite libxcursor libxinerama libxkbcommon libxp libxrandr libxss libunwind mesa openjpeg2 poppler shared-mime-info ttf-font scim libibus glib2 pulseaudio gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav libreoffice
pacman -S meson ninja pkgconf gcc binutils python2 avahi bullet curl fontconfig harfbuzz fribidi gst-plugins-base-libs luajit libexif libgl libinput libpulse libspectre libraw librsvg libwebp libxcomposite libxcursor libxinerama libxkbcommon libxp libxrandr libxss libunwind mesa openjpeg2 poppler shared-mime-info ttf-font scim libibus glib2 pulseaudio gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav libreoffice check
```
### Step 4: Building and Installing ###