Changeset e59834d


Ignore:
Timestamp:
03/27/2023 07:55:43 AM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
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:
afb71d0a
Parents:
2ecc682
Message:

rust: Promote curl to required

It's needed for downloading the stage 0 binaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r2ecc682 re59834d  
    167167    <bridgehead renderas="sect4">Required</bridgehead>
    168168    <para role="required">
    169       <xref linkend="cmake"/>
     169      <xref linkend="cmake"/> and
     170      <!-- Required for downloading stage 0 binaries.
     171           Otherwise it's recommended (if not installed, a vendored copy
     172           will be built). -->
     173      <xref linkend="curl"/>
    170174    </para>
    171175
    172176    <bridgehead renderas="sect4">Recommended</bridgehead>
    173177    <para role="recommended">
    174       <xref linkend="curl"/>,
    175       <xref linkend="libssh2"/>, and
     178      <xref linkend="libssh2"/> and
    176179      <xref linkend="llvm"/>
    177180      (built with -DLLVM_LINK_LLVM_DYLIB=ON so that rust can link to
Note: See TracChangeset for help on using the changeset viewer.