From 77deda68beb468f2ba67c1eb2899f834de5ab317 Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 8 Jun 2024 11:56:18 -0400 Subject: Use openrsync for OpenBSD systems, alter README --- build/openbsd/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/openbsd/index.html') diff --git a/build/openbsd/index.html b/build/openbsd/index.html index 999917a..5cb759d 100644 --- a/build/openbsd/index.html +++ b/build/openbsd/index.html @@ -16,12 +16,18 @@

Running barf on OpenBSD

+

2023-08-12

+

The barf project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux/GNU tools, but I also need to support OpenBSD since that is my personal operating system of choice.

+

Download Packages

+

Along with your Markdown parser of choice (barf assumes you will be using my version of smu) you will also need to install the required packages on your OpenBSD system:

+
doas pkg_add rsync coreutils gsed cmake gcc
 
+

After that, everything should work perfectly fine when building!