Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/dvisvgm.xml

    r5b2e600 ra41bb164  
    77  <!ENTITY dvisvgm-download-http "https://github.com/mgieseki/dvisvgm/releases/download/&dvisvgm-version;/dvisvgm-&dvisvgm-version;.tar.gz">
    88  <!ENTITY dvisvgm-download-ftp  " ">
    9   <!ENTITY dvisvgm-md5sum        "19f6b1fb0a9a8e9b93059c7c8592f799">
    10   <!ENTITY dvisvgm-size          "3.1 MB">
    11   <!ENTITY dvisvgm-buildsize     "274 MB (40 MB installed, add 706 MB for the tests)">
    12   <!ENTITY dvisvgm-time          "0.9 SBU (add 0.6 SBU for the tests, both using parallelism=4)">
     9  <!ENTITY dvisvgm-md5sum        "742d16960485468a8c744dee3762aa74">
     10  <!ENTITY dvisvgm-size          "3.0 MB">
     11  <!ENTITY dvisvgm-buildsize     "330 MB (49 MB installed, add 954 MB for the tests)">
     12  <!ENTITY dvisvgm-time          "0.7 SBU (add 0.5 SBU for the tests, both using parallelism=4)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3435    </para>
    3536
    36     &lfs110a_checked;
     37    &lfs10_checked;
    3738
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    108109
    109110<!-- Editors: This is in the book for svg output from asymptote. tested in
    110  https://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz
     111 http://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz
    111112-->
    112113    <para>
     
    119120<screen role="root"><userinput>ln -svf /opt/texlive/&texlive-year;/lib/libkpathsea.so /usr/lib</userinput></screen>
    120121
    121 <!--<para>
     122    <para>
    122123      The testsuite assumes that a modern version of <application>Python</application>
    123124      has been installed as plain <command>python</command>. Adjust it to use
     
    127128<screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in</userinput></screen>
    128129
    129 -->
    130     <para>
    131       The testsuite assumes that a modern version of <application>Python</application>
    132       has been installed as plain <command>python</command>. Changing this to use
    133       <command>python3</command> requires a sed to one of <filename>Makefile.in</filename>
    134       files, but that gets regenerated when <command>autoreconf</command> is run, so
    135       the sed must come after that.
    136     </para>
    137 
    138     <para>
    139 <!--  Now install <application>dvisvgm</application> by running the following-->
    140       Install <application>dvisvgm</application> by running the following
     130    <para>
     131      Now install <application>dvisvgm</application> by running the following
    141132      commands:
    142133    </para>
    143134
    144 <screen><userinput>autoreconf -fiv                               &amp;&amp;
    145 sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
    146 ./configure                                    \
     135<screen><userinput>./configure                                    \
    147136 --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH}     \
    148137 --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \
     
    168157      <command>ln -svf /opt/texlive/&texlive-year;/lib/libkpathsea.so /usr/lib</command>:
    169158      Without this, the program will not link correctly,
    170     </para>
    171 
    172     <para>
    173       <command>autoreconf -fiv</command>: The versions of
    174       <application>autoconf</application> and <application>automake</application>
    175       used when this package was created are older than the current versions in
    176       LFS. That causes 'make' to fail when it reaches the 'tests' subdirectory
    177       unless autoreconf is forced to install missing (i.e. newer) auxiliary
    178       files.
    179159    </para>
    180160
     
    231211    </variablelist>
    232212  </sect2>
    233 
    234213</sect1>
Note: See TracChangeset for help on using the changeset viewer.