Ignore:
Timestamp:
03/10/2020 02:12:43 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
bad2cbca
Parents:
ddc634b
Message:

Format general libraries

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    rddc634b rd56e7df  
    128128make</userinput></screen>
    129129
    130     <para> 
     130    <para>
    131131      To test the results, issue: <command>make check</command>.
    132132      One test, test-dns, is known to fail.
     
    144144    <title>Command Explanations</title>
    145145
    146     <para><parameter>--with-intl=system-icu</parameter>: use the system version
    147     of <application>icu</application>. Other values are
    148     <option>full-icu</option> (to build a local, full
    149     <application>icu</application> library) and <option>small-icu</option> (to
    150     to build a local, minimal <application>icu</application> library).</para>
    151 
    152     <para><parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
    153     use the system installed libraries instead of local copies.</para>
    154 
    155     <para><option>--without-npm</option>: do not build
    156     <application>npm</application> (use if you'd like to build a separate
    157     <application>npm</application> later).</para>
    158 
    159     <para><option>--shared-http-parser</option>: use the system
    160     installed library instead of a local copy.</para>
     146    <para>
     147      <parameter>--with-intl=system-icu</parameter>: use the system version
     148      of <application>icu</application>. Other values are
     149      <option>full-icu</option> (to build a local, full
     150      <application>icu</application> library) and <option>small-icu</option>
     151      (to build a local, minimal <application>icu</application> library).
     152    </para>
     153
     154    <para>
     155      <parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
     156      use the system installed libraries instead of local copies.
     157    </para>
     158
     159    <para>
     160      <option>--without-npm</option>: do not build
     161      <application>npm</application> (use if you'd like to build a separate
     162      <application>npm</application> later).
     163    </para>
     164
     165    <para>
     166      <option>--shared-http-parser</option>: use the system
     167      installed library instead of a local copy.
     168    </para>
    161169
    162170  </sect2>
     
    217225        <term><filename class='directory'>/usr/lib/node_modules/npm/</filename></term>
    218226        <listitem>
    219           <para>is the installation root for Node.js executables and
    220           libraries.</para>
     227          <para>
     228            is the installation root for Node.js executables and libraries.
     229          </para>
    221230        </listitem>
    222231      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.