From f3a956cfa426a4c5ccfcf0759c680b38067c9c8c Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Tue, 27 Feb 2018 12:56:44 +1100 Subject: docs: reflow requirements to single package per line --- docs/index.html | 259 +++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 217 insertions(+), 42 deletions(-) diff --git a/docs/index.html b/docs/index.html index b3e5ac3..b60f4d6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -678,16 +678,43 @@ USE_OSGPLUGIN(<plugin2>)
apt-get install \
-    autoconf automake autopoint bash bison bzip2 flex gettext\
-    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
+ autoconf \ + automake \ + autopoint \ + bash \ + bison \ + bzip2 \ + flex \ + g++ \ + gettext\ + git \ + gperf \ + intltool \ + libgdk-pixbuf2.0-dev \ + libltdl-dev \ + libssl-dev \ + libtool-bin \ + libxml-parser-perl \ + make \ + openssl \ + p7zip-full \ + patch \ + perl \ + pkg-config \ + python \ + ruby \ + scons \ + sed \ + unzip \ + wget \ + xz-utils

On 64-bit Debian, install also:

-
apt-get install g++-multilib libc6-dev-i386
+
apt-get install \
+    g++-multilib \
+    libc6-dev-i386

Only the latest Debian stable series is supported. @@ -702,10 +729,32 @@ USE_OSGPLUGIN(<plugin2>)

yum install \
-    autoconf automake bash bison bzip2 flex gcc-c++ \
-    gdk-pixbuf2-devel gettext git gperf intltool make \
-    sed libtool openssl-devel p7zip patch \
-    perl pkgconfig python ruby scons unzip wget xz
+ autoconf \ + automake \ + bash \ + bison \ + bzip2 \ + flex \ + gcc-c++ \ + gdk-pixbuf2-devel \ + gettext \ + git \ + gperf \ + intltool \ + libtool \ + make \ + openssl-devel \ + p7zip \ + patch \ + perl \ + pkgconfig \ + python \ + ruby \ + scons \ + sed \ + unzip \ + wget \ + xz

On 64-bit Fedora, @@ -716,10 +765,33 @@ USE_OSGPLUGIN(<plugin2>)

pkg install \
-    automake autoconf bash bison coreutils flex \
-    gcc gdk-pixbuf2 gettext git glib gmake gperf gsed intltool \
-    libtool openssl p5-XML-Parser p7zip patch perl5 \
-    pkgconf python ruby scons unzip wget
+ autoconf \ + automake \ + bash \ + bison \ + coreutils \ + flex \ + gcc \ + gdk-pixbuf2 \ + gettext \ + git \ + glib \ + gmake \ + gperf \ + gsed \ + intltool \ + libtool \ + openssl \ + p5-XML-Parser \ + p7zip \ + patch \ + perl5 \ + pkgconf \ + python \ + ruby \ + scons \ + unzip \ + wget

Use gmake instead of make. @@ -766,10 +838,33 @@ USE_OSGPLUGIN(<plugin2>)

pacman-g2 -S \
-    autoconf automake bash bzip2 bison flex gcc gdk-pixbuf2\
-    gettext git gperf intltool make sed libtool \
-    openssl patch perl perl-xml-parser pkgconfig python \
-    ruby scons unzip wget xz xz-lzma
+ autoconf \ + automake \ + bash \ + bison \ + bzip2 \ + flex \ + gcc \ + gdk-pixbuf2\ + gettext \ + git \ + gperf \ + intltool \ + libtool \ + make \ + openssl \ + patch \ + perl \ + perl-xml-parser \ + pkgconfig \ + python \ + ruby \ + scons \ + sed \ + unzip \ + wget \ + xz \ + xz-lzma

On 64-bit Frugalware, @@ -780,16 +875,33 @@ USE_OSGPLUGIN(<plugin2>)

emerge \
-    sys-devel/autoconf sys-devel/automake app-shells/bash \
-    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 \
-    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 \
-    dev-util/scons app-arch/unzip net-misc/wget \
-    app-arch/xz-utils x11-libs/gdk-pixbuf
+ app-arch/bzip2 \ + app-arch/p7zip \ + app-arch/unzip \ + app-arch/xz-utils \ + app-shells/bash \ + dev-lang/perl \ + dev-lang/python \ + dev-lang/ruby \ + dev-libs/openssl \ + dev-perl/XML-Parser \ + dev-util/gperf \ + dev-util/intltool \ + dev-util/pkgconfig \ + dev-util/scons \ + dev-vcs/git \ + net-misc/wget \ + sys-apps/sed \ + sys-devel/autoconf \ + sys-devel/automake \ + sys-devel/bison \ + sys-devel/flex \ + sys-devel/gcc \ + sys-devel/gettext \ + sys-devel/libtool \ + sys-devel/make \ + sys-devel/patch \ + x11-libs/gdk-pixbuf

Mac OS X

@@ -804,9 +916,24 @@ USE_OSGPLUGIN(<plugin2>)

sudo port install \
-    autoconf automake bison coreutils flex gettext \
-    gdk-pixbuf2 gnutar gsed intltool libtool \
-    openssl p5-xml-parser p7zip pkgconfig scons wget xz
+ autoconf \ + automake \ + bison \ + coreutils \ + flex \ + gdk-pixbuf2 \ + gettext \ + gnutar \ + gsed \ + intltool \ + libtool \ + openssl \ + p5-xml-parser \ + p7zip \ + pkgconfig \ + scons \ + wget \ + xz
Rudix

@@ -815,8 +942,19 @@ USE_OSGPLUGIN(<plugin2>)

sudo rudix install \
-    autoconf automake coreutils gettext glib intltool \
-    libtool p7zip scons sed tar wget xz
+ autoconf \ + automake \ + coreutils \ + gettext \ + glib \ + intltool \ + libtool \ + p7zip \ + scons \ + sed \ + tar \ + wget \ + xz

Note: gdk-pixbuf2 is not installed in method 2, so you can not build gtk3. Other packages may be @@ -830,8 +968,19 @@ USE_OSGPLUGIN(<plugin2>)

brew install \
-    autoconf automake coreutils gdk-pixbuf gettext \
-    gnu-sed gnu-tar intltool libtool p7zip scons wget xz
+ autoconf \ + automake \ + coreutils \ + gdk-pixbuf \ + gettext \ + gnu-sed \ + gnu-tar \ + intltool \ + libtool \ + p7zip \ + scons \ + wget \ + xz

Some formulae are keg-only @@ -864,18 +1013,44 @@ USE_OSGPLUGIN(<plugin2>)

zypper install -R \
-    autoconf automake bash bison bzip2 flex gcc-c++ \
-    gdk-pixbuf-devel gettext-tools git gperf intltool \
-    libtool make openssl libopenssl-devel \
-    p7zip patch perl perl-XML-Parser pkg-config python \
-    ruby scons sed unzip wget xz
+ autoconf \ + automake \ + bash \ + bison \ + bzip2 \ + flex \ + gcc-c++ \ + gdk-pixbuf-devel \ + gettext-tools \ + git \ + gperf \ + intltool \ + libopenssl-devel \ + libtool \ + make \ + openssl \ + p7zip \ + patch \ + perl \ + perl-XML-Parser \ + pkg-config \ + python \ + ruby \ + scons \ + sed \ + unzip \ + wget \ + xz

On 64-bit openSUSE, install also:

zypper install -R \
-    gcc-32bit glibc-devel-32bit libgcc46-32bit \
-    libgomp46-32bit libstdc++46-devel-32bit
+ gcc-32bit \ + glibc-devel-32bit \ + libgcc46-32bit \ + libgomp46-32bit \ + libstdc++46-devel-32bit

Windows Subsystem for Linux

-- cgit v0.12