Changeset f65def9 for pst/typesetting


Ignore:
Timestamp:
03/28/2023 10:41:24 PM (13 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
d5077f79
Parents:
fd52540
Message:

Allow binary asy to be used on BLFS.

It has been broken since TL2020. Thanks to xry111 for the minimal
workaround.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/tl-installer.xml

    rfd52540 rf65def9  
    135135      <xref linkend="freeglut"/>.
    136136    </para>
     137    <para> <!-- needed, but cannot recommend :-) -->
     138      The binary version of asy is linked to libGLX.so.0 from
     139      <ulink url="https://gitlab.freedesktop.org/glvnd/libglvnd/">libglvnd</ulink>,
     140      but installing that will break future updates of BLFS packages such as
     141      <xref linkend="mesa"/>. Work around that by creating a symlink as the
     142      <systemitem class="username">root</systemitem> user:
     143    </para>
     144    <screen role="nodump"><userinput>ln -sv libGL.so.1 /usr/lib/libGLX.so.0</userinput></screen>
    137145    <note>
    138146      <para>
Note: See TracChangeset for help on using the changeset viewer.