From 7b8bd4b8831ad1f1c6d9cc208d479ac337f84ca7 Mon Sep 17 00:00:00 2001 From: lily Date: Sat, 23 Oct 2021 09:32:39 -0700 Subject: [PATCH 1/2] include openbsd build info mentioned in #336 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e35250e..3fb28ad0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ * On macOS, you need Xcode or Command Line Tools for Xcode (`xcode-select --install`) for required headers and libraries. * On Ubuntu/Debian-like Linux distributions, you need `libgl1-mesa-dev` and `xorg-dev` packages. * On CentOS/Fedora-like Linux distributions, you need `libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel mesa-libGL-devel libXi-devel libXxf86vm-devel` packages. + * On OpenBSD, you need the X11 sets. These are installed by default, and can be added from the ramdisk kernel at any time. * See [here](http://www.glfw.org/docs/latest/compile.html#compile_deps) for full details. * Go 1.4+ is required on Windows (otherwise you must use MinGW v4.8.1 exactly, see [Go issue 8811](https://github.com/golang/go/issues/8811)). From 0bc2bb3304f2784433ae526a400bfbace6c0caaa Mon Sep 17 00:00:00 2001 From: lily Date: Sat, 23 Oct 2021 09:43:48 -0700 Subject: [PATCH 2/2] fix indentation on build instructions use a tab instead of 8 spaces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb28ad0..90b36c6d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * On macOS, you need Xcode or Command Line Tools for Xcode (`xcode-select --install`) for required headers and libraries. * On Ubuntu/Debian-like Linux distributions, you need `libgl1-mesa-dev` and `xorg-dev` packages. * On CentOS/Fedora-like Linux distributions, you need `libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel mesa-libGL-devel libXi-devel libXxf86vm-devel` packages. - * On OpenBSD, you need the X11 sets. These are installed by default, and can be added from the ramdisk kernel at any time. + * On OpenBSD, you need the X11 sets. These are installed by default, and can be added from the ramdisk kernel at any time. * See [here](http://www.glfw.org/docs/latest/compile.html#compile_deps) for full details. * Go 1.4+ is required on Windows (otherwise you must use MinGW v4.8.1 exactly, see [Go issue 8811](https://github.com/golang/go/issues/8811)).