Changeset 4e845a4 for x


Ignore:
Timestamp:
09/13/2016 04:56:10 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 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, nosym, 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:
495703a
Parents:
295ffed
Message:

Fix LLVM and mesa instructions for LLVM-3.9

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r295ffed r4e845a4  
    105105      drivers and also for llvmpipe which is intended to be the fastest of the
    106106      three sw rasterizers, see
    107       <ulink url="http://www.mesa3d.org/faq.html#part3"/>)
     107      <ulink url="http://www.mesa3d.org/systems.html"/>)
    108108    </para>
    109109
     
    112112      <xref linkend="libgcrypt"/>,
    113113      <xref linkend="nettle"/>,
    114      (<xref linkend="wayland"/> required for <xref linkend='plasma5-build'/>
    115       <phrase revision="systemd"> and for <application>GNOME</application></phrase>),
     114     (<xref linkend="wayland"/> required for
     115      <xref linkend='plasma5-build'/><phrase revision="systemd">,</phrase>
     116      <phrase revision="sysv">and</phrase>
     117      <xref linkend='lxqt'/><phrase revision="systemd">, and GNOME</phrase>),
    116118      <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">mesa-demos</ulink>
    117119      (provides more than 300 extra demos to test
     
    157159
    158160    <note>
    159       <para>Add wayland to the <option>--with-egl-platforms</option> option
    160       below if you plan on building <xref linkend='plasma5-build'/>
    161       <phrase revision="systemd">or GNOME</phrase>.</para>
     161      <para>
     162        Add wayland to the <parameter>--with-egl-platforms</parameter> switch
     163        below if you plan on building
     164        <xref linkend='plasma5-build'/><phrase revision="systemd">,</phrase>
     165        <phrase revision="sysv">or</phrase>
     166        <xref linkend='lxqt'/><phrase revision="systemd">, or GNOME</phrase>.
     167      </para>
    162168    </note>
    163169
    164 <screen><userinput>GLL_DRV="nouveau,r300,r600,radeonsi,svga,swrast,swr" &amp;&amp;
     170<screen><userinput>GLL_DRV="nouveau,r300,r600,radeonsi,svga,swrast" &amp;&amp;
    165171
    166172sed -i "/pthread-stubs/d" configure.ac      &amp;&amp;
     
    291297      not install <application>elfutils</application> and
    292298      <application>LLVM</application> with the r600/amdgpu and host backends.
     299      Note that swr is in an early development stage, and the BLFS team does
     300      not recommend building it.
    293301    </para>
    294302
Note: See TracChangeset for help on using the changeset viewer.