Skip to content

Commit bb5c689

Browse files
ZYSzystargos
authored andcommitted
doc: add table of contents in BUILDING.md
PR-URL: #23147 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent bebd7b2 commit bb5c689

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

BUILDING.md

+37
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,43 @@ If you can reproduce a test failure consistently, search for it in the
88
[Node.js issue tracker](https://github.com/nodejs/node/issues) or
99
file a new issue.
1010

11+
## Table of Contents
12+
13+
* [Supported platforms](#supported-platforms)
14+
* [Input](#input)
15+
* [Strategy](#strategy)
16+
* [Supported platforms](#supported-platforms-1)
17+
* [Supported toolchains](#supported-toolchains)
18+
* [Unix](#unix)
19+
* [AIX](#aix)
20+
* [Windows](#windows)
21+
* [OpenSSL asm support](#openssl-asm-support)
22+
* [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
23+
* [Unix/macOS](#unixmacos)
24+
* [Prerequisites](#prerequisites)
25+
* [Building Node.js](#building-nodejs-1)
26+
* [Running Tests](#running-tests)
27+
* [Building the documentation](#building-the-documentation)
28+
* [Building a debug build](#building-a-debug-build)
29+
* [Windows](#windows-1)
30+
* [Android/Android-based devices (e.g. Firefox OS)](#androidandroid-based-devices-eg-firefox-os)
31+
* [`Intl` (ECMA-402) support](#intl-ecma-402-support)
32+
* [Default: `small-icu` (English only) support](#default-small-icu-english-only-support)
33+
* [Build with full ICU support (all locales supported by ICU)](#build-with-full-icu-support-all-locales-supported-by-icu)
34+
* [Unix/macOS](#unixmacos-1)
35+
* [Windows](#windows-2)
36+
* [Building without Intl support](#building-without-intl-support)
37+
* [Unix/macOS](#unixmacos-2)
38+
* [Windows](#windows-3)
39+
* [Use existing installed ICU (Unix/macOS only)](#use-existing-installed-icu-unixmacos-only)
40+
* [Build with a specific ICU](#build-with-a-specific-icu)
41+
* [Unix/macOS](#unixmacos-3)
42+
* [Windows](#windows-4)
43+
* [Building Node.js with FIPS-compliant OpenSSL](#building-nodejs-with-fips-compliant-openssl)
44+
* [Building Node.js with external core modules](#building-nodejs-with-external-core-modules)
45+
* [Unix/macOS](#unixmacos-4)
46+
* [Windows](#windows-5)
47+
1148
## Supported platforms
1249

1350
This list of supported platforms is current as of the branch/release to

0 commit comments

Comments
 (0)