diff options
author | Marvin Borner | 2020-10-17 17:35:28 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-17 17:35:28 +0200 |
commit | a06ccf0ab6862418b94d5af639a716249dca5fa2 (patch) | |
tree | 6c89cf81b11ab75f9d64ea70887a854a9291cad2 /README.md | |
parent | c9a572bcc7ca3cb4248f14171fb8d0ade9a60fcf (diff) |
Added OpenBSD instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,11 +31,12 @@ This project is somewhat of a coding playground for me. It doesn't have any usef ## Build/Test -- Use any system running GNU/Linux +- Use any system running GNU/Linux or OpenBSD - Install build dependencies (package names may vary depending on your operating system) - Ubuntu/Debian _"instructions"_ can be found here: [GitHub Workflow](https://raw.githubusercontent.com/marvinborner/Melvix/main/.github/workflows/build.yml) + - OpenBSD: `pkg_add ccache gcc g++ gmake bison gmp libmpc mpfr texinfo curl nasm qemu e2fsprogs` - binutils - ccache - gcc |