Changeset 6ba3ab5 for general/prog


Ignore:
Timestamp:
03/20/2024 06:13:51 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
48aa301
Parents:
8c90e62
git-author:
Xi Ruoyao <xry111@…> (03/20/2024 06:12:53 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/20/2024 06:13:51 PM)
Message:

bookwide: Remove external references for lz4

Now lz4 is in LFS. Also remove switches for building without lz4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r8c90e62 r6ba3ab5  
    128128      <xref linkend="ruby"/>,
    129129      <xref linkend="swig"/> (for building Perl, Python and Ruby bindings),
    130       <ulink url="https://github.com/lz4/lz4/releases">LZ4</ulink>, and
     130      and
    131131      <ulink url="https://git.netsurf-browser.org/libutf8proc.git/">UTF8proc</ulink>
    132132    </para>
     
    179179            --disable-static          \
    180180            --with-apache-libexecdir  \
    181             --with-lz4=internal       \
    182181            --with-utf8proc=internal &amp;&amp;
    183182make</userinput></screen>
     
    301300
    302301    <para>
    303       <parameter>--with-lz4=internal</parameter>
    304302      <parameter>--with-utf8proc=internal</parameter>:
    305303      Remove these switches if you have installed the optional dependencies.
Note: See TracChangeset for help on using the changeset viewer.