README.Linux: add a few notes for Alpine.

This commit is contained in:
schmonz 2022-06-15 20:17:32 +00:00
parent 9e9f53e343
commit 6239971a70
1 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: README.Linux,v 1.13 2022/06/01 12:15:39 gdt Exp $
$NetBSD: README.Linux,v 1.14 2022/06/15 20:17:32 schmonz Exp $
# General
@ -23,6 +23,18 @@ There are no reports of success or failure with clang.
It was reported in 2008 that icc (Intel C++ Compiler) 8.0 and 8.1
have been tested on i386. See the old section at the end.
# Alpine and derivatives
After bootstrap, if you want to be using pkgsrc build/install locking,
install a more featureful ps(1) than BusyBox's:
apk add procps
You may also find that pkgsrc needs a more featureful date(1),
such as GNU's:
apk add coreutils
# Debian and derivatives
For Debian and derivatives such as Ubuntu the following packages should be