Changeset 5325348 for x/installing


Ignore:
Timestamp:
07/07/2017 03:29:31 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
31016b9
Parents:
29efd929
Message:

Update libinput install instructions.
Fix faac md5sum for stealth update and add bootstrap command.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18925 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libinput.xml

    r29efd929 r5325348  
    9090      <xref linkend="graphviz"/> (to build the documentation)
    9191      <xref linkend="gtk3"/> (to build the GUI event viewer),
    92       <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink> (required to build tests), and
     92      <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, and
    9393      <ulink revision="sysv" url="https://sourceforge.net/projects/linuxwacom/files/libwacom/">libwacom</ulink>
    9494      <xref revision="systemd" linkend="libwacom"/>
     
    108108    </para>
    109109
    110 <screen><userinput>./configure $XORG_CONFIG       \
    111             --disable-libwacom \
     110<screen><userinput>./configure $XORG_CONFIG            \
     111            --disable-libwacom      \
     112            --without-libunwind     \
     113            --disable-tests         \
     114            --disable-documentation \
    112115            --with-udev-dir=/lib/udev &amp;&amp;
    113116make</userinput></screen>
    114117
    115118    <note>
    116       <para>If you want to run the tests, add --enable-tests to the
    117       <command>configure</command> options above. In addition, the external
     119      <para>If you want to run the tests, change --disable-tests
     120      to --enable-tests and remove the --without-libunwind option in the
     121      <command>configure</command> command above. The external
    118122      library, libunwind, must be installed.</para>
    119123
     
    177181    </para>
    178182
     183    <para>
     184      <parameter>--enable-debug-gui</parameter>: This switch
     185      enables creation of a visual debug helper for libinput.
     186    </para>
     187
    179188  </sect3>
    180189
     
    189198      <seglistitem>
    190199        <seg>
    191           libinput-debug-events and libinput-list-devices
     200          libinput,
     201          libinput-debug-events, and
     202          libinput-list-devices
    192203        </seg>
    193204        <seg>
     
    195206        </seg>
    196207        <seg>
     208          $XORG_PREFIX/libexec/libinput and
    197209          $XORG_PREFIX/share/doc/libinput-&libinput-version;
    198210        </seg>
Note: See TracChangeset for help on using the changeset viewer.