summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorZYSzys <17367077526@163.com>2018-09-28 22:45:44 +0800
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-09-29 13:20:05 +0300
commita21af5b1f2e337395482d1af788c1838bac7b713 (patch)
tree5e813f63e0e37a88bdd2649a4ea92b8189b88032 /BUILDING.md
parentea232bd320c4b15c1d07b2d3bafb565725f1e8f0 (diff)
downloadandroid-node-v8-a21af5b1f2e337395482d1af788c1838bac7b713.tar.gz
android-node-v8-a21af5b1f2e337395482d1af788c1838bac7b713.tar.bz2
android-node-v8-a21af5b1f2e337395482d1af788c1838bac7b713.zip
doc: add table of contents in BUILDING.md
PR-URL: https://github.com/nodejs/node/pull/23147 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 243ee56df5..b7a8965e76 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -8,6 +8,43 @@ If you can reproduce a test failure consistently, search for it in the
[Node.js issue tracker](https://github.com/nodejs/node/issues) or
file a new issue.
+## Table of Contents
+
+* [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
This list of supported platforms is current as of the branch/release to