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 - LuaJIT
- GLFW (3.2) and OpenGL (3.2) - GLFW (3.2+) and OpenGL (3.2+)
- assimp - assimp
- OSVR - OSVR
Compiling Compiling
--- ---
CMake: Windows (CMake, may be out of date):
```sh ```sh
mkdir build mkdir build
@ -40,9 +40,8 @@ cd build
cmake .. cmake ..
``` ```
tup (OSX only): OSX (tup):
```sh ```sh
tup tup
./lovr
``` ```