WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=da24db3af24045581aed58520e989519fed82c6e
commit da24db3af24045581aed58520e989519fed82c6e Author: Alastair Poole <[email protected]> Date: Sat Apr 25 05:39:48 2020 -0700 Wiki page openbsd-start.md changed with summary [Update OpenBSD for 6.7 release (soon).] by Alastair Poole --- pages/docs/distros/openbsd-start.md.txt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/pages/docs/distros/openbsd-start.md.txt b/pages/docs/distros/openbsd-start.md.txt index f99ebb2cf..83fcfaa8e 100644 --- a/pages/docs/distros/openbsd-start.md.txt +++ b/pages/docs/distros/openbsd-start.md.txt @@ -47,7 +47,7 @@ This will produce a folder named *efl-X.XX.X*. ```bash su -pkg_add bullet check fribidi gettext-tools giflib git gmake gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-bad gstreamer1-plugins-ugly gstreamer1-plugins-libav poppler libraw librsvg libspectre libtool libXp luajit m4 png pulseaudio tiff xprintproto meson ninja ibus +pkg_add bullet check fribidi gettext-tools giflib git gmake gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-bad gstreamer1-plugins-ugly gstreamer1-plugins-libav poppler libraw librsvg libspectre libtool libXp luajit m4 png pulseaudio scim tiff xprintproto meson ninja ``` ### Step 4: Building and Installing ### @@ -58,10 +58,9 @@ Set up these environment variables before building. su ulimit -n unlimited; export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/X11R6/lib/pkgconfig" -export LDFLAGS="-lc++abi -lpthread -L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -L/usr/local/lib/pulseaudio" -export CC=clang -export CXX=clang++ -export CFLAGS="-femulated-tls" +export LDFLAGS="-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -L/usr/local/lib/pulseaudio" +export CC="clang" +export CXX="clang++" ``` Once you have installed all the required packages and setup the build environment ``cd`` into the *efl-X.XX.X* folder and run: @@ -112,7 +111,7 @@ As with packaged install, you'll need the following dependencies: ```bash su -pkg_add bullet check fribidi gettext-tools giflib gmake gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-bad gstreamer1-plugins-ugly gstreamer1-plugins-libav poppler libraw librsvg libspectre libtool libXp luajit m4 png pulseaudio tiff xprintproto meson ninja ibus +pkg_add bullet check fribidi gettext-tools giflib gmake gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-bad gstreamer1-plugins-ugly gstreamer1-plugins-libav poppler libraw librsvg libspectre libtool libXp luajit m4 png pulseaudio scim tiff xprintproto meson ninja ``` ### Step 3: Configuring the Software ### @@ -123,10 +122,9 @@ Set up these environment variables before building. su ulimit -n unlimited; export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/X11R6/lib/pkgconfig" -export LDFLAGS="-lc++abi -lpthread -L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -L/usr/local/lib/pulseaudio" -export CC=clang -export CXX=clang++ -export CFLAGS="-femulated-tls" +export LDFLAGS="-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -L/usr/local/lib/pulseaudio" +export CC="clang" +export CXX="clang++" ``` Once you have installed all the required packages and setup the build environment ``cd`` into the *efl-X.XX.X* folder and run: --
