فهرست منبع

Add note about LOVR_BUILD_BUNDLE for macOS;

bjorn 1 سال پیش
والد
کامیت
8c965e315e
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      guides/Compiling.md

+ 5 - 0
guides/Compiling.md

@@ -64,6 +64,11 @@ you can run a project like this:
 
     $ lovr /path/to/myGame
 
+:::note
+You can set the `LOVR_BUILD_BUNDLE` CMake variable to `ON` to build a .app instead of a plain
+executable.
+:::
+
 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.