From 08b9a90fc7f188ae044dc09c211428b6a2183d06 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Sat, 25 Apr 2020 06:00:49 -0700 Subject: [PATCH] Wiki page freebsd-start.md changed with summary [Update for EFL-1.24] by Alastair Poole --- pages/docs/distros/freebsd-start.md.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/distros/freebsd-start.md.txt b/pages/docs/distros/freebsd-start.md.txt index 0884a9562..e5a8cbe0f 100644 --- a/pages/docs/distros/freebsd-start.md.txt +++ b/pages/docs/distros/freebsd-start.md.txt @@ -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.