Update README;

This commit is contained in:
bjorn 2016-08-09 23:45:33 -07:00
parent 3c3cc44136
commit 16c5ebead0
1 changed files with 3 additions and 4 deletions

View File

@ -25,14 +25,14 @@ Dependencies
---
- LuaJIT
- GLFW (3.2) and OpenGL (3.2)
- GLFW (3.2+) and OpenGL (3.2+)
- assimp
- OSVR
Compiling
---
CMake:
Windows (CMake, may be out of date):
```sh
mkdir build
@ -40,9 +40,8 @@ cd build
cmake ..
```
tup (OSX only):
OSX (tup):
```sh
tup
./lovr
```