]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - README.md
Update meshgen threads to use queue waiting
[dragonblocks_alpha.git] / README.md
index f7237d1555adcadaed7ff0a9f54876a4797031f8..529bb0f82b56e2b6252176f2d6b1981a8e763469 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 A multiplayer voxelgame for POSIX systems.
 
-Head to <https://www.elidragon.com/dragonblocks_alpha/> for ubuntu snapshot and release builds.
+Head to <https://www.elidragon.tk/dragonblocks_alpha/> for ubuntu snapshot and release builds.
 
 ## Invocation
 
@@ -54,6 +54,12 @@ FreeBSD:
 sudo pkg install lzlib mesa-dri glfw glew freetype sqlite3
 ```
 
+OpenBSD:
+
+```sh
+sudo pkg_add lzlib glfw glew freetype sqlite3
+```
+
 ## Setup Requirements
 Dragonblocks Alpha targets PCs only. Non x86-64 platforms may work, however there is no guarantee whatsoever.
 You need a POSIX system conforming to the ISO C and POSIX 2008 standards. However, so far only GNU/Linux systems, in particular Ubuntu and Debian, have been tested.