Wiki page freebsd-start.md changed with summary [] by Alastair Poole

This commit is contained in:
Alastair Poole 2021-03-25 05:44:11 -07:00 committed by www-data
parent d16b69dde5
commit 4a36181660
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ To install the software packages required by EFL:
```bash
su
pkg install meson ninja python3 bullet fribidi gettext-tools giflib git gstreamer1 gstreamer1-plugins-core luajit check libraw libspectre librsvg2 libtool openssl poppler pkgconf pulseaudio shared-mime-info xcb-util-keysyms scim webp xorg xorg-server
pkg install meson ninja python3 bullet fribidi gettext-tools giflib git gstreamer1 gstreamer1-plugins-core luajit check libraw libspectre librsvg2 libexif libtool openssl poppler pkgconf pulseaudio shared-mime-info xcb-util-keysyms scim webp xorg xorg-server
```
Note: Versions of EFL greater than 1.23.x use the base installation of OpenSSL (see instructions for building from Git).
@ -114,7 +114,7 @@ This will create a a directory named *efl/*.
To install the dependencies specific to EFL:
```bash
pkg install meson ninja python3 bullet fribidi gettext-tools giflib gstreamer1 gstreamer1-plugins-core luajit check libraw libspectre librsvg2 libtool poppler pkgconf pulseaudio shared-mime-info xcb-util-keysyms scim webp xorg xorg-server
pkg install meson ninja python3 bullet fribidi gettext-tools giflib gstreamer1 gstreamer1-plugins-core luajit check libraw libspectre librsvg2 libexif libtool poppler pkgconf pulseaudio shared-mime-info xcb-util-keysyms scim webp xorg xorg-server
```
Note: Versions of EFL greater than 1.23.x use the base installation of OpenSSL. Therefore there is no need for the OpenSSL port to be installed.