Changeset 4662286 for general


Ignore:
Timestamp:
11/20/2011 06:23:30 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
87aea531
Parents:
4b97925
Message:

Updated libmowgli to 0.9.95
I've added a sed to stop it outputting text in colour

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/mowgli.xml

    r4b97925 r4662286  
    55  %general-entities;
    66
    7 <!ENTITY libmowgli-download-http "http://distfiles.atheme.org/libmowgli-&libmowgli-version;.tgz">
     7<!ENTITY libmowgli-download-http "http://distfiles.atheme.org/libmowgli-&libmowgli-version;.tar.bz">
    88<!ENTITY libmowgli-download-ftp " ">
    9 <!ENTITY libmowgli-md5sum "402c2de0da7f83f5e3390397ad994b20">
    10 <!ENTITY libmowgli-size "113 KB">
     9<!ENTITY libmowgli-md5sum "9833b5845e60fe965924be4a15a30374">
     10<!ENTITY libmowgli-size "103 KB">
    1111<!ENTITY libmowgli-buildsize "1.9 MB">
    1212<!ENTITY libmowgli-time "less than 0.1 SBU">
     
    6666    <title>Installation of libmowgli</title>
    6767
     68    <para>The libmowgli build system outputs text in color while running make.
     69    This is fine if you're running these commands in a terminal. However, if
     70    you're installing libmowgli with a script and piping the output to a log
     71    file it will add control characters to the file which may make the file
     72    unreadable. If you wish, you can disable the colored text control characters
     73    with this sed:</para>
     74
     75<screen><userinput>sed -i 's/\\033\[\([01];3.m\|0m\|K\)//g' buildsys.mk.in</userinput></screen>
     76
    6877    <para>Install <application>libmowgli</application> by running the following
    6978    commands:</para>
     
    7483    <para>This package does not come with a formal test suite.</para>
    7584
    76     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     85    <para>Now, as the <systemitem class="username">root</systemitem>
     86    user:</para>
    7787
    7888<screen role="root"><userinput>make install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.