@@ -8,6 +8,43 @@ If you can reproduce a test failure consistently, search for it in the
8
8
[ Node.js issue tracker] ( https://github.com/nodejs/node/issues ) or
9
9
file a new issue.
10
10
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
+
11
48
## Supported platforms
12
49
13
50
This list of supported platforms is current as of the branch/release to
0 commit comments