Wiki page freebsd-start.md changed with summary [Update for EFL-1.24] by Alastair Poole

This commit is contained in:
Alastair Poole 2020-04-25 06:00:49 -07:00 committed by www-data
parent da24db3af2
commit 08b9a90fc7
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 python2 python3 bullet fribidi gettext-tools giflib git gmake gstreamer1 gstreamer1-plugins-core luajit check libraw libspectre librsvg2 libtool openssl poppler pkgconf pulseaudio shared-mime-info xcb-util-keysyms ibus xorg xorg-server
pkg install meson ninja python2 python3 bullet fribidi gettext-tools giflib git gmake gstreamer1 gstreamer1-plugins-core luajit check libraw libspectre librsvg2 libtool openssl poppler pkgconf pulseaudio shared-mime-info xcb-util-keysyms scim xorg xorg-server
```
Note: Versions of EFL greater than 1.23.x use the base installation of OpenSSL (see instructions for building from Git).
@ -122,7 +122,7 @@ This will create a a directory named *efl/*.
To install the dependencies specific to EFL:
```bash
pkg install meson ninja python2 python3 bullet fribidi gettext-tools giflib gmake gstreamer1 gstreamer1-plugins-core luajit check libraw libspectre librsvg2 libtool poppler pkgconf pulseaudio shared-mime-info xcb-util-keysyms ibus xorg xorg-server
pkg install meson ninja python2 python3 bullet fribidi gettext-tools giflib gmake gstreamer1 gstreamer1-plugins-core luajit check libraw libspectre librsvg2 libtool poppler pkgconf pulseaudio shared-mime-info xcb-util-keysyms scim 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.