summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorZYSzys <17367077526@163.com>2018-10-20 09:33:00 +0800
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-10-20 11:10:16 +0300
commit3e3ce225830c46fe49f45d7c741aec49d1ef0d2e (patch)
tree7d9e0fcfb6821bdf1ad385eaa83acf783a103126 /BUILDING.md
parent35ed66c776bbe44d3b8d2df0f5a83d265288374d (diff)
downloadandroid-node-v8-3e3ce225830c46fe49f45d7c741aec49d1ef0d2e.tar.gz
android-node-v8-3e3ce225830c46fe49f45d7c741aec49d1ef0d2e.tar.bz2
android-node-v8-3e3ce225830c46fe49f45d7c741aec49d1ef0d2e.zip
doc: fix index in table of contents in BUILDING.md
Also, a missing colon was added. PR-URL: https://github.com/nodejs/node/pull/23777 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md72
1 files changed, 35 insertions, 37 deletions
diff --git a/BUILDING.md b/BUILDING.md
index c34d210e25..382355d25f 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -10,42 +10,40 @@ file a new issue.
## Table of Contents
-- [Building Node.js](#building-nodejs)
- - [Table of Contents](#table-of-contents)
- - [Supported platforms](#supported-platforms)
- - [Input](#input)
- - [Strategy](#strategy)
- - [Supported platforms](#supported-platforms)
- - [Supported toolchains](#supported-toolchains)
- - [Unix](#unix)
- - [AIX](#aix)
- - [Windows](#windows)
- - [OpenSSL asm support](#openssl-asm-support)
- - [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
- - [Unix/macOS](#unixmacos)
- - [Prerequisites](#prerequisites)
- - [Building Node.js](#building-nodejs)
- - [Running Tests](#running-tests)
- - [Building the documentation](#building-the-documentation)
- - [Building a debug build](#building-a-debug-build)
- - [Windows](#windows)
- - [Android/Android-based devices (e.g. Firefox OS)](#androidandroid-based-devices-eg-firefox-os)
- - [`Intl` (ECMA-402) support:](#intl-ecma-402-support)
- - [Default: `small-icu` (English only) support](#default-small-icu-english-only-support)
- - [Build with full ICU support (all locales supported by ICU):](#build-with-full-icu-support-all-locales-supported-by-icu)
- - [Unix/macOS:](#unixmacos)
- - [Windows:](#windows)
- - [Building without Intl support](#building-without-intl-support)
- - [Unix/macOS:](#unixmacos)
- - [Windows:](#windows)
- - [Use existing installed ICU (Unix/macOS only):](#use-existing-installed-icu-unixmacos-only)
- - [Build with a specific ICU:](#build-with-a-specific-icu)
- - [Unix/macOS](#unixmacos)
- - [Windows](#windows)
- - [Building Node.js with FIPS-compliant OpenSSL](#building-nodejs-with-fips-compliant-openssl)
- - [Building Node.js with external core modules](#building-nodejs-with-external-core-modules)
- - [Unix/macOS](#unixmacos)
- - [Windows](#windows)
+* [Supported platforms](#supported-platforms)
+ * [Input](#input)
+ * [Strategy](#strategy)
+ * [Supported platforms](#supported-platforms-1)
+ * [Supported toolchains](#supported-toolchains)
+ * [Unix](#unix)
+ * [AIX](#aix)
+ * [Windows](#windows)
+ * [OpenSSL asm support](#openssl-asm-support)
+* [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
+ * [Unix/macOS](#unixmacos)
+ * [Prerequisites](#prerequisites)
+ * [Building Node.js](#building-nodejs-1)
+ * [Running Tests](#running-tests)
+ * [Building the documentation](#building-the-documentation)
+ * [Building a debug build](#building-a-debug-build)
+ * [Windows](#windows-1)
+ * [Android/Android-based devices (e.g. Firefox OS)](#androidandroid-based-devices-eg-firefox-os)
+ * [`Intl` (ECMA-402) support](#intl-ecma-402-support)
+ * [Default: `small-icu` (English only) support](#default-small-icu-english-only-support)
+ * [Build with full ICU support (all locales supported by ICU)](#build-with-full-icu-support-all-locales-supported-by-icu)
+ * [Unix/macOS](#unixmacos-1)
+ * [Windows](#windows-2)
+ * [Building without Intl support](#building-without-intl-support)
+ * [Unix/macOS](#unixmacos-2)
+ * [Windows](#windows-3)
+ * [Use existing installed ICU (Unix/macOS only)](#use-existing-installed-icu-unixmacos-only)
+ * [Build with a specific ICU](#build-with-a-specific-icu)
+ * [Unix/macOS](#unixmacos-3)
+ * [Windows](#windows-4)
+* [Building Node.js with FIPS-compliant OpenSSL](#building-nodejs-with-fips-compliant-openssl)
+* [Building Node.js with external core modules](#building-nodejs-with-external-core-modules)
+ * [Unix/macOS](#unixmacos-4)
+ * [Windows](#windows-5)
## Supported platforms
@@ -239,7 +237,7 @@ $ python tools/test.py -J --mode=release child-process
```
If you want to check the other options, please refer to the help by using
-the `--help` option
+the `--help` option:
```text
$ python tools/test.py --help