repo: hackvr-turbo action: commit revision: path_from: revision_from: f26c2278a014f443b9c29bb172ecf0f2bd365814: path_to: revision_to:
commit f26c2278a014f443b9c29bb172ecf0f2bd365814 Author: Felix (xq) QueißnerDate: Thu Jun 25 00:36:08 2020 +0200 Adds build instructions to README. diff --git a/README.md b/README.md
--- 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-----