mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Fix nodejs configure parameter
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18689 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2c8c70cbf0
commit
825ee1c452
@ -127,7 +127,7 @@
|
||||
--shared-cares \
|
||||
--shared-openssl \
|
||||
--shared-zlib \
|
||||
--with-intl=icu-small &&
|
||||
--with-intl=small-icu &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -143,9 +143,9 @@ ln -sf node /usr/share/doc/node-&nodejs-version;</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--with-intl=icu-small</parameter>: build a local, but
|
||||
<para><parameter>--with-intl=small-icu</parameter>: build a local, but
|
||||
small copy of <application>icu</application>. Other values are
|
||||
<option>icu-full</option> (to build a full <application>icu</application>
|
||||
<option>full-icu</option> (to build a full <application>icu</application>
|
||||
library) and <option>system-icu</option> (to use the system
|
||||
<application>icu</application>).</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user