Skip to content

Commit

Permalink
doc: add prerequisites information for Arch
Browse files Browse the repository at this point in the history
Add prerequisites for Arch Linux and derivatives in BUILDING.md.

PR-URL: nodejs#31669
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
ryzokuken authored and addaleax committed Feb 13, 2020
1 parent 611a158 commit 9e805b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILDING.md
Expand Up @@ -244,6 +244,7 @@ Installation via Linux package manager can be achieved with:
* Fedora: `sudo dnf install python gcc-c++ make`
* CentOS and RHEL: `sudo yum install python gcc-c++ make`
* OpenSUSE: `sudo zypper install python gcc-c++ make`
* Arch Linux, Manjaro: `sudo pacman -S python gcc make`

FreeBSD and OpenBSD users may also need to install `libexecinfo`.

Expand Down

0 comments on commit 9e805b1

Please sign in to comment.