Browse Source

Add macOS compilation notes;

bjorn 1 year ago
parent
commit
23cb7f6724
1 changed files with 7 additions and 0 deletions
  1. 7 0
      guides/Compiling.md

+ 7 - 0
guides/Compiling.md

@@ -64,6 +64,13 @@ you can run a project like this:
 
 
     $ lovr /path/to/myGame
     $ lovr /path/to/myGame
 
 
+LÖVR requires MoltenVK 1.3.268 or higher.  The easiest way to get MoltenVK is to install the Vulkan
+SDK from LunarG.  Be sure to leave the "global install" checkbox enabled while installing so LÖVR is
+able to find the Vulkan library.
+
+Prebuilt binaries include MoltenVK in the .app bundle, so installing the Vulkan SDK is optional when
+using one of those builds.
+
 Linux
 Linux
 ---
 ---