Browse Source

[BUGFIX] Add some more information on the build requirements

Panagiotis Christopoulos Charitos 8 years ago
parent
commit
0ef1c4fb8f
2 changed files with 2 additions and 0 deletions
  1. 1 0
      CMakeLists.txt
  2. 1 0
      README.md

+ 1 - 0
CMakeLists.txt

@@ -111,6 +111,7 @@ set(ANKI_GR_BACKEND "GL" CACHE STRING "The graphics API (GL or VULKAN)")
 if(${ANKI_GR_BACKEND} STREQUAL "GL")
 	set(GL TRUE)
 	set(VULKAN FALSE)
+	set(VIDEO_VULKAN TRUE) # Set for the SDL2 to pick up
 else()
 	set(GL FALSE)
 	set(VULKAN TRUE)

+ 1 - 0
README.md

@@ -35,6 +35,7 @@ Prerequisites:
 - Cmake 2.8 and up
 - GCC 5.0 and up or Clang 3.7 and up
 - libx11-dev installed
+- libxrandr-dev installed
 - [Optional] libxinerama-dev if you want proper multi-monitor support
 
 To build the release version: