From a79be6e7a6c72d10255e01a506f26118fa4e52b8 Mon Sep 17 00:00:00 2001 From: hubslave <29800872+hubslave@users.noreply.github.com> Date: Sat, 3 Mar 2018 18:38:36 +0200 Subject: [PATCH] Add notice that the required packages list is a best-effort; building has not been tried on a clean system + just the listed packages --- Building-for-OpenBSD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-OpenBSD.md b/Building-for-OpenBSD.md index 261321f..b2684a1 100644 --- a/Building-for-OpenBSD.md +++ b/Building-for-OpenBSD.md @@ -1,6 +1,6 @@ *OpenBSD is not officially supported. These instructions are not actively updated and represent what happened to work for one user on amd64 in March 2018.* -Install the required packages: +Install the required packages: (Please amend if you notice some are missing, I did not test this on a clean installation!) ``` pkg_add cmake curl sdl2 qtbase ```