mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
A few more tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11756 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8900aeed0f
commit
ec592a68a4
@ -34,7 +34,7 @@
|
||||
and support programs to encode and decode images in WebP format.
|
||||
</para>
|
||||
|
||||
&lfs73_checked;
|
||||
&lfs74_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -36,7 +36,7 @@
|
||||
<application>GNOME</application> Desktop.
|
||||
</para>
|
||||
|
||||
&lfs73_checked;
|
||||
&lfs74_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -79,7 +79,7 @@
|
||||
<xref linkend="glib2"/>,
|
||||
<xref linkend="intltool"/>,
|
||||
<xref linkend="libgcrypt"/>,
|
||||
<xref linkend="libtasn1"/> and
|
||||
<xref linkend="libtasn1"/>, and
|
||||
<xref linkend="p11-kit"/>
|
||||
</para>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<para role="recommended">
|
||||
<xref linkend="gnupg"/> or
|
||||
<xref linkend="gnupg2"/>,
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gobject-introspection"/>, and
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
@ -110,7 +110,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/gnome-keyring &&
|
||||
make</userinput></screen>
|
||||
@ -152,7 +152,7 @@ make</userinput></screen>
|
||||
gcr-viewer
|
||||
</seg>
|
||||
<seg>
|
||||
libgck-1.so, libgcr-3.so, libgcr-base-3.so and
|
||||
libgck-1.so, libgcr-3.so, libgcr-base-3.so, and
|
||||
libmock-test-module.so
|
||||
</seg>
|
||||
<seg>
|
||||
@ -160,7 +160,7 @@ make</userinput></screen>
|
||||
/usr/include/gcr-3,
|
||||
/usr/lib/gnome-keyring,
|
||||
/usr/share/gcr-3,
|
||||
/usr/share/gtk-doc/html/gck and
|
||||
/usr/share/gtk-doc/html/gck, and
|
||||
/usr/share/gtk-doc/html/gcr-3
|
||||
</seg>
|
||||
</seglistitem>
|
||||
|
@ -36,7 +36,7 @@
|
||||
daemon that keeps passwords and other secrets for users.
|
||||
</para>
|
||||
|
||||
&lfs73_checked;
|
||||
&lfs74_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -106,7 +106,7 @@
|
||||
following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-pam-dir=/lib/security &&
|
||||
make</userinput></screen>
|
||||
@ -143,7 +143,7 @@ make</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
gnome-keyring, gnome-keyring-3 and gnome-keyring-daemon
|
||||
gnome-keyring, gnome-keyring-3, and gnome-keyring-daemon
|
||||
</seg>
|
||||
<seg>
|
||||
gnome-keyring-pkcs11.so and pam_gnome_keyring.so
|
||||
|
@ -35,7 +35,7 @@
|
||||
<application>GTK+ 3</application> platform.
|
||||
</para>
|
||||
|
||||
&lfs73_checked;
|
||||
&lfs74_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -134,7 +134,10 @@
|
||||
following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
<screen><userinput>sed -i "/%union/i %lex-param {YYLEX_PARAM}" \
|
||||
Source/ThirdParty/ANGLE/src/compiler/glslang.y &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/webkitgtk3 \
|
||||
--enable-introspection &&
|
||||
make</userinput></screen>
|
||||
@ -143,6 +146,14 @@ make</userinput></screen>
|
||||
This package does not have a working testsuite.
|
||||
</para>
|
||||
|
||||
<note><para>
|
||||
When installing, the Makefile does some additional compiling and linking.
|
||||
If you do not have Xorg in /usr, the LIBRARY_PATH and PKG_CONFIG_PATH
|
||||
variables need to be defined for the root user. If using sudo to assume
|
||||
root, use the -E option to pass your current envronment variables for the
|
||||
install process.
|
||||
</para></note>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
@ -153,6 +164,11 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed ... glslang.y</command>: This command fixes a problem
|
||||
when using bison-3.0 or later.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--enable-introspection</option>: This switch enables support for
|
||||
<application>Gobject Introspection</application> and is required for a
|
||||
|
Loading…
Reference in New Issue
Block a user