From 512faa8ec6b2320893991819e15c71004525df62 Mon Sep 17 00:00:00 2001 From: ZYSzys <17367077526@163.com> Date: Sat, 20 Oct 2018 09:33:00 +0800 Subject: [PATCH] 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 Reviewed-By: Vse Mozhet Byt --- BUILDING.md | 72 ++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 37 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index c34d210e25a470..382355d25f5d01 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