From 59bbe38489602f3674d4a6ac6fbb79c0348d1d8d Mon Sep 17 00:00:00 2001 From: bjorn Date: Fri, 30 Sep 2016 00:19:40 -0700 Subject: [PATCH] Embetter README; --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 476c21c3..debedb4f 100644 --- a/README.md +++ b/README.md @@ -77,15 +77,22 @@ The executable will then exist at `/path/to/lovr/build/Debug/lovr.exe`. The rec Used for development, not generally recommended. +One-time setup: + ```sh cd lovr git clone git@github.com:ValveSoftware/openvr .. export DYLD_LIBRARY_PATH=`pwd`/../openvr/lib/osx32 brew install assimp glfw3 luajit +``` + +Compiling: + +```sh tup ``` -To run a game, just do +Running a game: ```sh $ ./lovr /path/to/game