Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updating Table of Content in Building.md
1. First time user (like me) could not see the instruction to install all
prerequisites using the bootstrapping guide because it was not
properly linked in the table of contents.

2. The 'Prerequisites' link in the table of content links only to the
'prerequisites' for Unix/macOS skipping over the 'prerequisites' section
that refers to the bootstrapping guide.

I added a new link to the section that refers to the bootstrapping guide
called it 'Installing Prerequisites' and removed the link to the prerequisite
under Unix/macOS section. Now both Unix/macOS and the Windows
section do not have their prerequisites in the 'table of contents'. Initially,
only Unix/macOS had.
  • Loading branch information
rowlandjumbo authored Jun 17, 2019
commit 130750be7b77b6517ead8bf876d3cf9b024562e5
5 changes: 3 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ file a new issue.
* [OpenSSL asm support](#openssl-asm-support)
* [Previous versions of this document](#previous-versions-of-this-document)
* [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
* [Installing Prerequisites](#installing-prerequisites)
* [Unix/macOS](#unixmacos)
* [Prerequisites](#prerequisites)
* [Building Node.js](#building-nodejs)
* [Running Tests](#running-tests)
* [Running Coverage](#running-coverage)
Expand Down Expand Up @@ -215,12 +215,13 @@ Consult previous versions of this document for older versions of Node.js:

## Building Node.js on supported platforms

#### Installing Prerequisites
The [bootstrapping guide](https://github.com/nodejs/node/blob/master/tools/bootstrap/README.md)
explains how to install all prerequisites.

### Unix/macOS

#### Prerequisites
Prerequisites:
Comment thread
rowlandjumbo marked this conversation as resolved.
Outdated

* `gcc` and `g++` >= 6.3 or newer, or
* macOS: Xcode Command Line Tools >= 8
Expand Down