diff options
author | Brad Davis <[email protected]> | 2013-06-29 13:46:54 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2013-06-29 13:46:54 -0700 |
commit | 7fa8be4bc565adc9911c95c814480cc48bf2d13c (patch) | |
tree | d35beca2f435a2fd6f1769ac9ced0cf286516cdd /README.md | |
parent | ebefcc885f74461cd0e3f19b5ae3622dc6cf6dbc (diff) |
Adding Oculus license and extending readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,20 @@ OculusSDK ========= -Oculus SDK with my modificitions +Oculus SDK with modifications for Linux development and Java development. The +'master' branch will attempt to track the publicly released SDK version, while +additional branches will be used for my custom modifications. + +All code not explicitly marked with another license is made available under the +terms of the Oculus SDK license, included in this kit as LICENSE.TXT and +available online at https://developer.oculusvr.com/license and is Copyright 2013 +Oculus VR, Inc. + +Currently the 'linux' branch contains modifications to the SDK that allow the +SensorBox sample to function with my local Ubuntu 13.04 distribution. It is +currently a work in progress and no guarantee is made that you will be able to +compile or run the application without significant effort installing dependencies +and or fiddling with Makefiles. Good luck! + +June 2013 +Brad Davis
\ No newline at end of file |