From 3fc6f8e6fba2e1ff6cee1901f19a590294f76b18 Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 10 Aug 2016 01:20:05 -0700 Subject: [PATCH] Update README; --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4b3cf7c..2d5bfe98 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,11 @@ Compiling - Install [Boost 1.57](http://www.boost.org/users/history/version_1_57_0.html) to `C:\local\boost_1_57_0`. - Download and extract a pre-built [OSVR-Core](http://access.osvr.com/binary/osvr-core). -- Install [lovr-deps](https://github.com/bjornbytes/lovr-deps) to the `deps` folder of the `lovr` repository: +- Install [lovr-deps](https://github.com/bjornbytes/lovr-deps): ```sh -git clone --recursive https://github.com/bjornbytes/lovr-deps +cd lovr +git clone --recursive https://github.com/bjornbytes/lovr-deps deps ``` Finally, build using the CMake GUI or using the CMake command line. Make sure you pass the `OSVR_PATH` option: