WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=f1f8245eee78b36ce5fe96c5851142c4f5ba7644
commit f1f8245eee78b36ce5fe96c5851142c4f5ba7644 Author: Alastair Poole <nets...@gmail.com> Date: Fri Feb 26 23:55:11 2021 -0800 Wiki page freebsd-start.md changed with summary [FreeBSD Update ] by Alastair Poole --- pages/docs/distros/freebsd-start.md.txt | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/pages/docs/distros/freebsd-start.md.txt b/pages/docs/distros/freebsd-start.md.txt index e5a8cbe0f..5b41988ac 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 scim xorg xorg-server +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 ``` Note: Versions of EFL greater than 1.23.x use the base installation of OpenSSL (see instructions for building from Git). @@ -87,14 +87,6 @@ ninja -C build install This will configure the files needed for compiling, compile the software itself and then install it. -### Step 5: Carrying out Post Installation Tasks ### - -As you are not installing to */usr* but to */usr/local* you need to ensure that some files are visible to *dbus*: - -```bash -su -ln -s /usr/local/share/dbus-1/services/org.enlightenment.Ethumb.service /usr/share/dbus-1/services/org.enlightenment.Ethumb.service -``` ## Installing from Git ## @@ -122,7 +114,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 scim xorg xorg-server +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 ``` 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. @@ -146,15 +138,6 @@ su ninja -C build install ``` -### Step 4: Carrying out Post Installation Tasks ### - -As you are not installing to */usr* but to */usr/local*, you need to ensure that some files are visible to *dbus*: - -```bash -su -ln -s /usr/local/share/dbus-1/services/org.enlightenment.Ethumb.service /usr/share/dbus-1/services/org.enlightenment.Ethumb.service -``` - ## Troubleshooting ## If you are having problems compiling and installing EFL you can find help on any of [our IRC channels](https://www.enlightenment.org/contact) or [post a ticket to our Phabricator](https://phab.enlightenment.org). --