Browse Source

Update Compiling guide;

bjorn 6 years ago
parent
commit
2fdf515411
1 changed files with 2 additions and 2 deletions
  1. 2 2
      guides/Compiling.md

+ 2 - 2
guides/Compiling.md

@@ -12,11 +12,11 @@ LÖVR depends on the following libraries.  They are included as submodules in th
 the repository, so make sure you clone with the `--recursive` flag or run `git submodule update
 the repository, so make sure you clone with the `--recursive` flag or run `git submodule update
 --init` in an existing repository.
 --init` in an existing repository.
 
 
-- Lua or LuaJIT
+- Lua (5.1+) or LuaJIT (2.0+)
 - GLFW (3.2+)
 - GLFW (3.2+)
 - OpenGL (3.3, ES3, or WebGL 2)
 - OpenGL (3.3, ES3, or WebGL 2)
-- assimp (4+)
 - OpenVR (1.0.9, for `lovr.headset`)
 - OpenVR (1.0.9, for `lovr.headset`)
+- Oculus SDK (optional, 1.26+)
 - PhysicsFS (3+)
 - PhysicsFS (3+)
 - OpenAL (1.17+ recommended for HRTF support)
 - OpenAL (1.17+ recommended for HRTF support)
 - msdfgen
 - msdfgen