aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schleicher <eric-schleicher@users.noreply.github.com>2018-04-11 19:15:11 -0700
committerGitHub <noreply@github.com>2018-04-11 19:15:11 -0700
commitf0b2fbc707050b7c8b3e5e8310737ed5bfbc291e (patch)
tree6b52de8fa7443600c154528b67f8f4dc1c929875
parent0cd7e8d9783e8cdff7be99a330b2096a0648b192 (diff)
downloadlibsurvive-f0b2fbc707050b7c8b3e5e8310737ed5bfbc291e.tar.gz
libsurvive-f0b2fbc707050b7c8b3e5e8310737ed5bfbc291e.tar.bz2
Added info about possible dependencies requirement
added section showing from blinking cursor to get libsurvive, compile and run calibrate, including what to do if you run into missing dependency.
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a28bb0..70a5f03 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,17 @@ The limiting factor for Vive viability on a given computer is the maximum availa
To support the Vive on HDMI, you either need a newer version of HDMI, or you need to define a custom resolution that respects pixel clock and video port limits, and is also accepted and displayed by the Vive. So far, we have not had success using custom resolutions on linux or on Windows. Windows imposes additional limitations in the form of restriction of WHQL certified drivers forbidden from using custom display resolutions (only allowing those defined by EDID in the monitor). Intel has released uncertified beta drivers for Haswell and newer processors, which should be able to support custom resolutions for the Vive (untested at this time).
# Getting Started
+```
+git clone https://github.com/cnlohr/libsurvive.git && cd libsurvive
+make
+
+# If you get and error complaining about lapacke.h, you may need to install the following dependencies
+sudo apt-get install liblapacke-dev libopenblas-dev libatlas-base-dev
+
+# Create calibration files for connected HMDs, Trackers.
+# See below for more detailed information about the configuration files that the calibration process.
+./calibrate
+```
## General Information