Ignore:
Timestamp:
06/07/2017 02:08:37 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
69c70ea
Parents:
6f482bd
Message:

Texlive-2017, and tag most of it for gcc-7.1. For the binary installer I have not tagged that (only installed the release on 8.0), but I did run the pretest, and therefore ncurses5 and readline6, on a gcc-7.1 system.

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

File:
1 edited

Legend:

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

    r6f482bd r150482f  
    88
    99  <!ENTITY tl-installer-download-ftp    " ">
    10   <!ENTITY tl-installer-md5sum          "deb47f94f74989101eefe61a54eda8c8">
    11   <!ENTITY tl-installer-date             "20160622"> <!-- in the directory name -->
    12   <!ENTITY tl-installer-size            "3.2 MB">
    13 
    14   <!ENTITY tl-installer-buildsize        "4.7 GB if everything is included">
     10  <!ENTITY tl-installer-md5sum          "8f8fc301514c08a89a2e97197369c648">
     11  <!ENTITY tl-installer-date             "20170524"> <!-- in the directory name -->
     12  <!ENTITY tl-installer-size            "3.9 MB">
     13
     14  <!ENTITY tl-installer-buildsize        "4.9 GB if everything is included">
    1515  <!ENTITY tl-installer-time            "varies, depending on network speed and traffic">
    1616]>
     
    4747    <filename class="directory">&texlive-year;/</filename> directory.</para>
    4848
     49    <para>
     50      There are two reasons why you may wish to install the binaries in BLFS:
     51      either you need a smaller install (e.g. at a minimum plain TeX without
     52      LaTeX2e, ConTeXt, etc), or you wish to use <command>tlmgr</command> to
     53      get updates whilst this version is supported (typically, until April of
     54      the year after it was released). For the latter, you might prefer to
     55      install in your <filename class="directory">/home</filename> directory
     56      as an unprivileged user, and to then make corresponding changes to the
     57      PATH in your <filename>~/.bashrc</filename> or equivalent.
     58    </para>
     59
    4960    &lfs80_checked;
    5061
     
    102113    </para>
    103114    <para role="recommended">
    104       The binary versions of <application>asy</application> needs
     115      The binary versions of <application>asy</application> need
    105116      <xref linkend="glu"/>, <xref linkend="freeglut"/>. and <ulink
    106       url="ftp://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz">libreadline-5.2</ulink>
    107       : this only requires <filename>libreadline.so.5.2</filename> which can be
     117      url="ftp://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz">libreadline-6.3</ulink>
     118      with the LFS patch <ulink
     119      url="http://www.linuxfromscratch.org/patches/downloads/readline/readline-6.3-upstream_fixes-3.patch">readline-6.3-upstream_fixes-1.patch</ulink>
     120      : asy only requires <filename>libreadline.so.6.3</filename> which can be
    108121      manually copied from the <filename class="directory">shlib/</filename>
    109122      directory after running <command>configure</command> and
    110123      <command>make</command>
    111       and then symlinked as <filename>libreadline.so.5</filename>.
     124      and then symlinked as <filename>libreadline.so.6</filename>.
    112125    </para>
    113126    <para>
    114127      As always with contributed binary software, it is possible that the required
    115       dependencies may change when the installer is updated.
     128      dependencies may change when the installer is updated. In particular, these
     129      dependencies have only been checked on x86_64.
    116130    </para>
    117131    <!-- text for runtime deps, shared with texlive -->
     
    154168    2014-06-28 binary failed in conTeXt when running LuaTeX, although lualatex
    155169    worked, as did the i686 binaries on the same machine. In such cases, the
    156     easiest solution is to install texlive from source.
     170    easiest solution is to install texlive from source. Similarly, the x86_64
     171    binary version of <command>asy</command> runs very slowly when creating 3-D
     172    diagrams.
    157173    </para>
    158174    </note>
     
    165181    <para>This command is interactive and allows selection or modification of
    166182    platform, packages, directories, and other options.  The full installation
    167     scheme will require about 4.2 gigabytes of disk space.  The time to complete
     183    scheme will require about 4.9 gigabytes of disk space.  The time to complete
    168184    the download will depend on your internet connection speed and the
    169185    number of packages selected.</para>
Note: See TracChangeset for help on using the changeset viewer.