From d6283e845b79c4b3eb849d02a257b9f26d30d1ee Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Tue, 27 Feb 2018 12:46:06 +1100 Subject: [PATCH] docs: remove libffi requirement --- docs/index.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/index.html b/docs/index.html index 16a822de..b3e5ac31 100644 --- a/docs/index.html +++ b/docs/index.html @@ -616,10 +616,6 @@ USE_OSGPLUGIN(<plugin2>) LibC for 32-bit - - libffi - ≥ 3.0.0 - Libtool ≥ 2.2 @@ -683,7 +679,7 @@ USE_OSGPLUGIN(<plugin2>)
apt-get install \
     autoconf automake autopoint bash bison bzip2 flex gettext\
-    git g++ gperf intltool libffi-dev libgdk-pixbuf2.0-dev \
+    git g++ gperf intltool libgdk-pixbuf2.0-dev \
     libtool-bin libltdl-dev libssl-dev libxml-parser-perl make \
     openssl p7zip-full patch perl pkg-config python ruby scons \
     sed unzip wget xz-utils
@@ -708,7 +704,7 @@ USE_OSGPLUGIN(<plugin2>)
yum install \
     autoconf automake bash bison bzip2 flex gcc-c++ \
     gdk-pixbuf2-devel gettext git gperf intltool make \
-    sed libffi-devel libtool openssl-devel p7zip patch \
+    sed libtool openssl-devel p7zip patch \
     perl pkgconfig python ruby scons unzip wget xz

@@ -721,7 +717,7 @@ USE_OSGPLUGIN(<plugin2>)

pkg install \
     automake autoconf bash bison coreutils flex \
-    gcc gdk-pixbuf2 gettext git glib gmake gperf gsed intltool libffi \
+    gcc gdk-pixbuf2 gettext git glib gmake gperf gsed intltool \
     libtool openssl p5-XML-Parser p7zip patch perl5 \
     pkgconf python ruby scons unzip wget
@@ -771,7 +767,7 @@ USE_OSGPLUGIN(<plugin2>)
pacman-g2 -S \
     autoconf automake bash bzip2 bison flex gcc gdk-pixbuf2\
-    gettext git gperf intltool make sed libffi libtool \
+    gettext git gperf intltool make sed libtool \
     openssl patch perl perl-xml-parser pkgconfig python \
     ruby scons unzip wget xz xz-lzma
@@ -788,7 +784,7 @@ USE_OSGPLUGIN(<plugin2>) sys-devel/bison app-arch/bzip2 \ sys-devel/flex sys-devel/gcc sys-devel/gettext \ dev-vcs/git dev-util/gperf dev-util/intltool \ - sys-devel/make sys-apps/sed dev-libs/libffi \ + sys-devel/make sys-apps/sed \ sys-devel/libtool dev-libs/openssl app-arch/p7zip \ sys-devel/patch dev-lang/perl dev-perl/XML-Parser \ dev-util/pkgconfig dev-lang/python dev-lang/ruby \ @@ -809,7 +805,7 @@ USE_OSGPLUGIN(<plugin2>)
sudo port install \
     autoconf automake bison coreutils flex gettext \
-    gdk-pixbuf2 gnutar gsed intltool libffi libtool \
+    gdk-pixbuf2 gnutar gsed intltool libtool \
     openssl p5-xml-parser p7zip pkgconfig scons wget xz
Rudix
@@ -870,7 +866,7 @@ USE_OSGPLUGIN(<plugin2>)
zypper install -R \
     autoconf automake bash bison bzip2 flex gcc-c++ \
     gdk-pixbuf-devel gettext-tools git gperf intltool \
-    libffi-devel libtool make openssl libopenssl-devel \
+    libtool make openssl libopenssl-devel \
     p7zip patch perl perl-XML-Parser pkg-config python \
     ruby scons sed unzip wget xz