Skip to content

Commit 005508d

Browse files
MikeMcC399marco-ippolito
authored andcommitted
doc: remove obsolete Boxstarter automated install
PR-URL: #61785 Backport-PR-URL: #63190 Fixes: #61690 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
1 parent 5f9bb8e commit 005508d

3 files changed

Lines changed: 0 additions & 60 deletions

File tree

BUILDING.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ file a new issue.
3838
* [Windows Prerequisites](#windows-prerequisites)
3939
* [Option 1: Manual install](#option-1-manual-install)
4040
* [Option 2: Automated install with WinGet](#option-2-automated-install-with-winget)
41-
* [Option 3: Automated install with Boxstarter](#option-3-automated-install-with-boxstarter)
4241
* [Building Node.js](#building-nodejs-2)
4342
* [Using ccache](#using-ccache)
4443
* [Android](#android)
@@ -726,39 +725,6 @@ To install Node.js prerequisites from PowerShell Terminal:
726725
winget configure .\.configurations\configuration.dsc.yaml
727726
```
728727

729-
##### Option 3: Automated install with Boxstarter
730-
731-
A [Boxstarter](https://boxstarter.org/) script can be used for easy setup of
732-
Windows systems with all the required prerequisites for Node.js development.
733-
This script will install the following [Chocolatey](https://chocolatey.org/)
734-
packages:
735-
736-
* [Git for Windows](https://chocolatey.org/packages/git) with the `git` and
737-
Unix tools added to the `PATH`
738-
* [Python 3.x](https://chocolatey.org/packages/python)
739-
* [Visual Studio 2022 Build Tools](https://chocolatey.org/packages/visualstudio2022buildtools)
740-
with [Visual C++ workload](https://chocolatey.org/packages/visualstudio2022-workload-vctools)
741-
* [NetWide Assembler](https://chocolatey.org/packages/nasm)
742-
743-
To install Node.js prerequisites using
744-
[Boxstarter WebLauncher](https://boxstarter.org/weblauncher), visit
745-
<https://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter>
746-
with a supported browser.
747-
748-
Alternatively, you can use PowerShell. Run those commands from
749-
an elevated (Administrator) PowerShell terminal:
750-
751-
```powershell
752-
Set-ExecutionPolicy Unrestricted -Force
753-
iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1'))
754-
get-boxstarter -Force
755-
Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter -DisableReboots
756-
refreshenv
757-
```
758-
759-
The entire installation using Boxstarter will take up approximately 10 GB of
760-
disk space.
761-
762728
#### Building Node.js
763729

764730
* Remember to first clone the Node.js repository with the Git command

tools/bootstrap/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

tools/bootstrap/windows_boxstarter

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)