mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Tag remaining X drivers
Remove redundant command in Freetype Wording changes git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21251 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1de2a27266
commit
4c69301c77
@ -107,7 +107,10 @@
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
To test the results, issue: <command>make check</command>. If a Desktop
|
||||
Environment has not been started that uses XDG, it's possible that 90%
|
||||
of the test suite will fail. To rectify this, create the directory listed
|
||||
in $XDG_RUNTIME_DIR first, if required.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -144,14 +144,14 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
cp builds/unix/freetype-config /usr/bin</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>If you downloaded the optional documentation, install it as the
|
||||
<systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &&
|
||||
cp -v -R docs/* /usr/share/doc/freetype-&freetype2-version;</userinput></screen>
|
||||
cp -v -R docs/* /usr/share/doc/freetype-&freetype2-version; &&
|
||||
rm -v /usr/share/doc/freetype-&freetype2-version;/freetype-config.1</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>February 26th, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Remove rendundant commands in Freetype.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to NetworkManager-1.14.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;11713">#11713</ulink>.</para>
|
||||
|
@ -50,7 +50,7 @@
|
||||
</para>
|
||||
</note>
|
||||
|
||||
&lfs83_checked;
|
||||
&lfs84_checked;
|
||||
<!-- I used this with both VMWare and QEMU. -->
|
||||
|
||||
<bridgehead renderas="sect4">Package Information</bridgehead>
|
||||
|
@ -36,7 +36,7 @@
|
||||
Video Driver for VMware SVGA virtual video cards.
|
||||
</para>
|
||||
|
||||
&lfs83_checked;
|
||||
&lfs84_checked;
|
||||
|
||||
<bridgehead renderas="sect4">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -130,7 +130,7 @@ make</userinput></screen>
|
||||
<screen><userinput>echo startfluxbox > ~/.xinitrc</userinput></screen>
|
||||
|
||||
<para>Or alternatively, if you use a login manager like
|
||||
<application>GDM</application> or <application>KDM</application> and would
|
||||
<application>GDM</application> or <application>LightDM</application> and would
|
||||
like to be able to choose <application>Fluxbox</application> at the login
|
||||
prompt, create a <filename>fluxbox.desktop</filename> file like this.</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user