Ignore:
Timestamp:
05/19/2013 10:07:40 AM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
caa347d
Parents:
deb83621
Message:

updates

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/openobex.xml

    rdeb83621 r4049d110  
    77  <!ENTITY openobex-download-http "&sourceforge-repo;/openobex/openobex-&openobex-version;-Source.tar.gz">
    88  <!ENTITY openobex-download-ftp  " ">
    9   <!ENTITY openobex-md5sum        "485734c0e5a6c4a7bd697a0989b67a56">
    10   <!ENTITY openobex-size          "696 KB">
     9  <!ENTITY openobex-md5sum        "11031f6f0b876bb6259bd27106491528">
     10  <!ENTITY openobex-size          "128 KB">
    1111  <!ENTITY openobex-buildsize     "5.0 MB">
    1212  <!ENTITY openobex-time          "0.1 SBU">
     
    3636    </para>
    3737
    38     &lfs72_checked;
     38    &lfs73_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="bluez"/> and
    79       <xref linkend="libusb-compat"/>
     78      <xref linkend="bluez"/>,
     79      <xref linkend="cmake"/> and
     80      <xref linkend="libusb"/>
    8081    </para>
    8182
    8283    <bridgehead renderas="sect4">Optional</bridgehead>
    8384    <para role="optional">
     85      <xref linkend="doxygen"/>,
     86      <xref linkend="libxslt"/>,
     87      <xref linkend="openjdk"/> and
    8488      <xref linkend="xmlto"/>
    8589    </para>
     
    98102    </para>
    99103
    100 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     104<screen><userinput>mkdir build &amp;&amp;
     105cd build &amp;&amp;
     106cmake -DCMAKE_INSTALL_PREFIX=/usr \
     107      -DCMAKE_INSTALL_LIBDIR=lib  \
     108      -DCMAKE_BUILD_TYPE=Release  \
     109      -DCMAKE_INSTALL_CMAKEBASEDIR=/usr/lib/cmake \
     110      .. &amp;&amp;
    101111make</userinput></screen>
    102112
     
    115125    <title>Command Explanations</title>
    116126
    117     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    118       href="../../xincludes/static-libraries.xml"/>
     127    <para>
     128      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
     129      to apply higher level of the compiler optimizations.
     130    </para>
    119131
    120132  </sect2>
Note: See TracChangeset for help on using the changeset viewer.