Add note about building on OpenBSD.

GitOrigin-RevId: 0763c622e9a1b14ce4214f38970a3b8dfaf4f45c
This commit is contained in:
levlam 2020-06-13 20:41:43 +03:00
parent 5bb97658eb
commit 40630b9ad8
1 changed files with 1 additions and 0 deletions

View File

@ -516,6 +516,7 @@ function onOptionsChanged() {
}
if (os_openbsd) {
pre_text.push('Note that following instruction is for OpenBSD 6.7 and default KSH shell.');
pre_text.push('Note that building requires a lot of memory, so you may need to increase allowed per-process memory usage in /etc/login.conf or build from root.');
}
if (os_netbsd) {
pre_text.push('Note that following instruction is for NetBSD 8.0 and default SH shell.');