Ignore:
Timestamp:
02/06/2016 01:02:04 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 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, nosym, 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:
940db6cc
Parents:
ba6578d
Message:
  • tidy-html5-5.1.25 and liblinear-210: Fix "note" about downloading with correct filename.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/liblinear.xml

    rba6578d r779d3b5  
    9292        downloads with the correct name liblinear-&liblinear-version;.tar.gz, if
    9393        using a browser such as Firefox. If you prefer to use a command line
    94         program, such as wget, you obtain v&liblinear-version;.tar.gz. To change
    95         the filename, run: <command>mv -vi v&liblinear-version;.tar.gz
    96         liblinear-&liblinear-version;.tar.gz</command>.
     94        program such as wget, you normally would obtain
     95        v&liblinear-version;.tar.gz. To obtain this package with the proper
     96        filename, run:
     97
     98<screen><userinput>wget -c https://github.com/cjlin1/liblinear/archive/v&liblinear-version;.tar.gz \
     99     -O liblinear-&liblinear-version;.tar.gz</userinput></screen>.
    97100        </para>
    98101      </note>
Note: See TracChangeset for help on using the changeset viewer.