Changeset b2a4bc8 for general/genlib


Ignore:
Timestamp:
01/26/2013 03:23:51 AM (11 years ago)
Author:
Randy McMurchy <randy@…>
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:
4c46576
Parents:
0c768f43
Message:

Added a dependency and modified the libical instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    r0c768f43 rb2a4bc8  
    99  <!ENTITY libical-md5sum        "e549f434d5fbf9cd156c60ed4943618f">
    1010  <!ENTITY libical-size          "1.1 MB">
    11   <!ENTITY libical-buildsize     "27 MB">
    12   <!ENTITY libical-time          "0.3 SBU">
     11  <!ENTITY libical-buildsize     "56 MB">
     12  <!ENTITY libical-time          "0.5 SBU">
    1313]>
    1414
     
    5757    </itemizedlist>
    5858
    59     <!-- There is no support for the current version of BLFS BDB
     59    <!-- There is no support for the current version of BLFS BDB -->
    6060    <bridgehead renderas="sect3">libical Dependencies</bridgehead>
    6161
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    63     <para role="optional"><xref linkend="db"/></para> -->
     63    <!-- <para role="optional"><xref linkend="db"/></para> -->
     64    <para role="optional"><xref linkend="python2"/> (must have
     65    <ulink url="http://www.swig.org/">SWIG</ulink> also)</para>
    6466
    6567    <para condition="html" role="usernotes">User Notes:
     
    7476    commands:</para>
    7577
    76 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     78<screen><userinput>./configure --prefix=/usr --enable-cxx &amp;&amp;
    7779make</userinput></screen>
    7880
     
    8183    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8284
    83 <screen role="root"><userinput>make install</userinput></screen>
     85<screen role="root"><userinput>make install &amp;&amp;
     86install -v -m755 -d /usr/share/doc/libical-&libical-version; &amp;&amp;
     87install -v -m644    README doc/{Adding,Using}*.txt \
     88                    /usr/share/doc/libical-&libical-version;</userinput></screen>
    8489
    8590  </sect2>
    8691
    87   <!--  There is no support for the current version of BLFS BDB
     92  <!--  There is no support for the current version of BLFS BDB -->
    8893  <sect2 role="commands">
    8994    <title>Command Explanations</title>
    9095
    91     <para><option>-with-bdb4</option>: This option adds support for
    92     <application>Berkeley DB 4.0</application>.</para>
     96    <!-- <para><option>-with-bdb4</option>: This option adds support for
     97    <application>Berkeley DB 4.0</application>.</para> -->
     98
     99    <para><parameter>--enable-cxx</parameter>: This parameter builds C++
     100    <application>libical</application> library bindings.</para>
     101
     102    <para><option>--enable-python</option>: This option builds Python
     103    <application>libical</application> bindings.</para>
    93104
    94105  </sect2>
    95   -->
    96106
    97107  <sect2 role="content">
     
    101111      <segtitle>Installed Programs</segtitle>
    102112      <segtitle>Installed Libraries</segtitle>
    103       <segtitle>Installed Directory</segtitle>
     113      <segtitle>Installed Directories</segtitle>
    104114
    105115      <seglistitem>
    106116        <seg>None</seg>
    107         <seg>libical.{so,a}, libicalss.{so,a}, and libicalvcal.{so,a}</seg>
    108         <seg>/usr/include/libical</seg>
     117        <seg>libical{,_cxx}.{so,a}, libicalss{,_cxx}.{so,a}, libicalvcal.{so,a},
     118        and (optionally) the Python _LibicalWrap.{so,a} modules</seg>
     119        <seg>/usr/include/libical and /usr/share/doc/libical-&libical-version;</seg>
    109120      </seglistitem>
    110121    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.