repo: hackvr-turbo
action: commit
revision: 
path_from: 
revision_from: f26c2278a014f443b9c29bb172ecf0f2bd365814:
path_to: 
revision_to: 
git.thebackupbox.net
hackvr-turbo
git clone git://git.thebackupbox.net/hackvr-turbo
commit f26c2278a014f443b9c29bb172ecf0f2bd365814
Author: Felix (xq) Queißner 
Date:   Thu Jun 25 00:36:08 2020 +0200

    Adds build instructions to README.

diff --git a/README.md b/README.md
index 699cf1ed568df079bd2b01c206bf09e325fdbd73..
index ..97bb50cd010a60c0a56bc57216d1b6312ed01f6a 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,16 @@ Implementation of epochs hackvr
 ## References
 - https://github.com/kkabrams/hackvr 
 - https://thebackupbox.net/cgi-bin/pageview.cgi?page=hackvr
+
+## Dependencies / Building
+
+Provide the following packages on your system:
+- SDL2
+- libepoxy
+
+Use [zig](https://ziglang.org/download/) `master` to build the project:
+```sh
+zig build
+```
+
+After compiling, use `zig build run` to start the HackVR executable
\ No newline at end of file

-----END OF PAGE-----