Changeset cd3335ad for xsoft


Ignore:
Timestamp:
08/27/2018 10:41:22 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3af0a66
Parents:
7c2e7ef
Message:

Tags

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

Location:
xsoft/graphweb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/epiphany.xml

    r7c2e7ef rcd3335ad  
    3838    </para>
    3939
    40     &lfs82_checked;
     40    &lfs83_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • xsoft/graphweb/falkon.xml

    r7c2e7ef rcd3335ad  
    88  <!ENTITY falkon-download-ftp  " ">
    99  <!ENTITY falkon-md5sum        "c6fb6433ac0f228667e2f763c02317c5">
    10   <!ENTITY falkon-size          "2.2 MB">
    11   <!ENTITY falkon-buildsize     "147 MB">
    12   <!ENTITY falkon-time          "3.4 SBU">
     10  <!ENTITY falkon-size          "2.1 MB">
     11  <!ENTITY falkon-buildsize     "113 MB">
     12  <!ENTITY falkon-time          "1.2 SBU (Using parallelism=4)">
    1313]>
    1414
     
    4343    </para>
    4444
    45     &lfs82_checked;
     45    &lfs83_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    106106  <sect2 role="installation">
    107107    <title>Installation of falkon</title>
    108 
     108<!--
    109109    <para>
    110110      To set the prefix to match KDE (if that has been installed), or
     
    115115<screen><userinput>test -n "${KF5_PREFIX}" &amp;&amp; export FALKON_PREFIX=${KF5_PREFIX} ||
    116116  export FALKON_PREFIX=/usr</userinput></screen>
    117 
     117-->
    118118    <para>
    119119      Install <application>falkon</application> by running the following
     
    140140    </para>
    141141
    142 <screen><userinput>./configure --prefix=$FALKON_PREFIX --disable-static &amp;&amp;
     142<screen><userinput>mkdir build &amp;&amp;
     143cd    build &amp;&amp;
     144
     145cmake -DCMAKE_INSTALL_PREFIX=/usr \
     146      -DCMAKE_BUILD_TYPE=Release  \
     147      -DBUILD_TESTING=OFF         \
     148      .. &amp;&amp;
     149
    143150make</userinput></screen>
    144151
Note: See TracChangeset for help on using the changeset viewer.