[4464d405] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 |
|
---|
[2d4d59a] | 7 | <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
|
---|
[4464d405] | 8 | <!ENTITY nodejs-download-ftp " ">
|
---|
[35a6888] | 9 | <!ENTITY nodejs-md5sum "549582c075072c689c245ba12ecac54a">
|
---|
[d122e9f2] | 10 | <!ENTITY nodejs-size "23 MB">
|
---|
[35a6888] | 11 | <!ENTITY nodejs-buildsize "658 MB (add 31 MB for tests)">
|
---|
| 12 | <!ENTITY nodejs-time "7.8 SBU (using parallelism=4; add 2.2 SBU for tests)">
|
---|
| 13 | <!-- timing is significantly longer on a Ryzen -->
|
---|
[4464d405] | 14 | ]>
|
---|
| 15 |
|
---|
| 16 | <sect1 id="nodejs" xreflabel="nodejs-&nodejs-version;">
|
---|
| 17 | <?dbhtml filename="nodejs.html"?>
|
---|
| 18 |
|
---|
| 19 | <sect1info>
|
---|
[542d478] | 20 | <othername>$LastChangedBy$</othername>
|
---|
| 21 | <date>$Date$</date>
|
---|
[4464d405] | 22 | </sect1info>
|
---|
| 23 |
|
---|
| 24 | <title>Node.js-&nodejs-version;</title>
|
---|
| 25 |
|
---|
| 26 | <indexterm zone="nodejs">
|
---|
| 27 | <primary sortas="a-nodejs">nodejs</primary>
|
---|
| 28 | </indexterm>
|
---|
| 29 |
|
---|
| 30 | <sect2 role="package">
|
---|
| 31 | <title>Introduction to Node.js</title>
|
---|
| 32 |
|
---|
| 33 | <para>
|
---|
| 34 | <application>Node.js</application> is a
|
---|
| 35 | <application>JavaScript</application> runtime built on
|
---|
| 36 | <application>Chrome's</application> V8 JavaScript engine.
|
---|
| 37 | </para>
|
---|
| 38 |
|
---|
[d122e9f2] | 39 | &lfs91_checked;
|
---|
[4464d405] | 40 |
|
---|
| 41 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
| 42 | <itemizedlist spacing="compact">
|
---|
| 43 | <listitem>
|
---|
| 44 | <para>
|
---|
| 45 | Download (HTTP): <ulink url="&nodejs-download-http;"/>
|
---|
| 46 | </para>
|
---|
| 47 | </listitem>
|
---|
| 48 | <listitem>
|
---|
| 49 | <para>
|
---|
| 50 | Download (FTP): <ulink url="&nodejs-download-ftp;"/>
|
---|
| 51 | </para>
|
---|
| 52 | </listitem>
|
---|
| 53 | <listitem>
|
---|
| 54 | <para>
|
---|
| 55 | Download MD5 sum: &nodejs-md5sum;
|
---|
| 56 | </para>
|
---|
| 57 | </listitem>
|
---|
| 58 | <listitem>
|
---|
| 59 | <para>
|
---|
| 60 | Download size: &nodejs-size;
|
---|
| 61 | </para>
|
---|
| 62 | </listitem>
|
---|
| 63 | <listitem>
|
---|
| 64 | <para>
|
---|
| 65 | Estimated disk space required: &nodejs-buildsize;
|
---|
| 66 | </para>
|
---|
| 67 | </listitem>
|
---|
| 68 | <listitem>
|
---|
| 69 | <para>
|
---|
| 70 | Estimated build time: &nodejs-time;
|
---|
| 71 | </para>
|
---|
| 72 | </listitem>
|
---|
| 73 | </itemizedlist>
|
---|
| 74 |
|
---|
[d122e9f2] | 75 | <!--<note>
|
---|
[bbaebd0] | 76 | <para>
|
---|
| 77 | This tarball was created using a BSD version of
|
---|
| 78 | <application>tar</application> and extracting it with a linux™
|
---|
| 79 | version will produce harmless warnings about unknown extended header
|
---|
| 80 | keywords.
|
---|
| 81 | </para>
|
---|
[d122e9f2] | 82 | </note>-->
|
---|
[bbaebd0] | 83 |
|
---|
[4464d405] | 84 | <bridgehead renderas="sect3">Node.js Dependencies</bridgehead>
|
---|
| 85 |
|
---|
| 86 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
| 87 | <para role="required">
|
---|
[ff136571] | 88 | <xref linkend="python2"/> and
|
---|
| 89 | <xref linkend="which"/>
|
---|
[4464d405] | 90 | </para>
|
---|
| 91 |
|
---|
| 92 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
| 93 | <para role="recommended">
|
---|
[bbaebd0] | 94 | <xref linkend="c-ares"/>,
|
---|
[d94c86c9] | 95 | <xref linkend="icu"/>,
|
---|
| 96 | <xref linkend="libuv"/>, and
|
---|
| 97 | <xref linkend="nghttp2"/>
|
---|
[4464d405] | 98 | </para>
|
---|
| 99 |
|
---|
| 100 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
| 101 | <para role="optional">
|
---|
| 102 | <ulink url="https://github.com/nodejs/http-parser">http-parser</ulink>,
|
---|
[f02583f] | 103 | <ulink url="https://www.npmjs.com/">npm</ulink> (an internal copy of
|
---|
| 104 | <command>npm</command> will be installed if not present)
|
---|
[4464d405] | 105 | </para>
|
---|
| 106 |
|
---|
| 107 | <para condition="html" role="usernotes">
|
---|
| 108 | User Notes: <ulink url="&blfs-wiki;/nodejs"/>
|
---|
| 109 | </para>
|
---|
| 110 |
|
---|
| 111 | </sect2>
|
---|
| 112 |
|
---|
| 113 | <sect2 role="installation">
|
---|
| 114 | <title>Installation of Node.js</title>
|
---|
| 115 |
|
---|
| 116 | <para>
|
---|
| 117 | Build <application>Node.js</application> by running the following
|
---|
| 118 | commands:
|
---|
| 119 | </para>
|
---|
| 120 |
|
---|
[ce508efa] | 121 | <screen><userinput>./configure --prefix=/usr \
|
---|
| 122 | --shared-cares \
|
---|
[bbaebd0] | 123 | --shared-libuv \
|
---|
[d94c86c9] | 124 | --shared-nghttp2 \
|
---|
[ce508efa] | 125 | --shared-openssl \
|
---|
| 126 | --shared-zlib \
|
---|
| 127 | --with-intl=system-icu &&
|
---|
[4464d405] | 128 | make</userinput></screen>
|
---|
| 129 |
|
---|
[6914a417] | 130 | <para>
|
---|
| 131 | To test the results, issue: <command>make check</command>.
|
---|
[f0f259bb] | 132 | One test, test-dns, is known to fail.
|
---|
[6914a417] | 133 | </para>
|
---|
[4464d405] | 134 |
|
---|
| 135 | <para>
|
---|
| 136 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
| 137 | </para>
|
---|
| 138 |
|
---|
| 139 | <screen role="root"><userinput>make install &&
|
---|
| 140 | ln -sf node /usr/share/doc/node-&nodejs-version;</userinput></screen>
|
---|
| 141 | </sect2>
|
---|
| 142 |
|
---|
| 143 | <sect2 role="commands">
|
---|
| 144 | <title>Command Explanations</title>
|
---|
| 145 |
|
---|
[d4e87a67] | 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>
|
---|
[4464d405] | 151 |
|
---|
[d94c86c9] | 152 | <para><parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
|
---|
| 153 | use the system installed libraries instead of local copies.</para>
|
---|
[4464d405] | 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 |
|
---|
[bbaebd0] | 159 | <para><option>--shared-http-parser</option>: use the system
|
---|
| 160 | installed library instead of a local copy.</para>
|
---|
[4464d405] | 161 |
|
---|
| 162 | </sect2>
|
---|
| 163 |
|
---|
| 164 | <sect2 role="content">
|
---|
| 165 | <title>Contents</title>
|
---|
| 166 |
|
---|
| 167 | <segmentedlist>
|
---|
| 168 | <segtitle>Installed Programs</segtitle>
|
---|
| 169 | <segtitle>Installed Library</segtitle>
|
---|
| 170 | <segtitle>Installed Directories</segtitle>
|
---|
| 171 |
|
---|
| 172 | <seglistitem>
|
---|
| 173 | <seg>
|
---|
[d4e93ea2] | 174 | node, npm, and npx
|
---|
[4464d405] | 175 | </seg>
|
---|
| 176 | <seg>
|
---|
| 177 | None
|
---|
| 178 | </seg>
|
---|
| 179 | <seg>
|
---|
[6a43232] | 180 | /usr/include/node,
|
---|
| 181 | /usr/lib/node_modules/npm, and
|
---|
| 182 | /usr/share/systemtap/tapset
|
---|
[4464d405] | 183 | </seg>
|
---|
| 184 | </seglistitem>
|
---|
| 185 | </segmentedlist>
|
---|
| 186 |
|
---|
| 187 | <variablelist>
|
---|
| 188 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 189 | <?dbfo list-presentation="list"?>
|
---|
| 190 | <?dbhtml list-presentation="table"?>
|
---|
| 191 |
|
---|
| 192 | <varlistentry id="node">
|
---|
| 193 | <term><command>node</command></term>
|
---|
| 194 | <listitem>
|
---|
| 195 | <para>
|
---|
| 196 | is the server-side JavaScript runtime.
|
---|
| 197 | </para>
|
---|
| 198 | <indexterm zone="nodejs node">
|
---|
| 199 | <primary sortas="b-node">node</primary>
|
---|
| 200 | </indexterm>
|
---|
| 201 | </listitem>
|
---|
| 202 | </varlistentry>
|
---|
| 203 |
|
---|
| 204 | <varlistentry id="npm">
|
---|
| 205 | <term><command>npm</command></term>
|
---|
| 206 | <listitem>
|
---|
| 207 | <para>
|
---|
| 208 | is the <application>Node.js</application> package manager.
|
---|
| 209 | </para>
|
---|
| 210 | <indexterm zone="nodejs npm">
|
---|
| 211 | <primary sortas="b-npm">npm</primary>
|
---|
| 212 | </indexterm>
|
---|
| 213 | </listitem>
|
---|
| 214 | </varlistentry>
|
---|
| 215 |
|
---|
| 216 | <varlistentry>
|
---|
| 217 | <term><filename class='directory'>/usr/lib/node_modules/npm/</filename></term>
|
---|
| 218 | <listitem>
|
---|
[542d478] | 219 | <para>is the installation root for Node.js executables and
|
---|
[4464d405] | 220 | libraries.</para>
|
---|
| 221 | </listitem>
|
---|
| 222 | </varlistentry>
|
---|
| 223 |
|
---|
| 224 | </variablelist>
|
---|
| 225 |
|
---|
| 226 | </sect2>
|
---|
| 227 |
|
---|
| 228 | </sect1>
|
---|